This page lists the instructions for starting and stopping ConnectALL services in Windows and Linux environments. 

Tomcat

Windows Environment

Start the Tomcat Service

  • Open the Services window.
  • Select the Tomcat service and start the service.

                         

Stop the Tomcat Service

  • Open the Services window.
  • Select the Tomcat service and stop the service.

                   

Linux Environment

Start the Tomcat Service

  • Login as root.
  • Check the status.
    • Command: systemctl status tomcat
  • Start the service.
    • Command: systemctl start tomcat

Stop the Tomcat Service

  • Login as root.

  • Check the status.

    • Command: systemctl status tomcat

  • Stop the service.

    • Command: systemctl stop tomcat

ConnectALL Core Service

Windows Environment

Start the ConnectALL Core Service

  • Open the Services window.
  • Select the ConnectALL-Mule service and start the service.

Stop the ConnectALL Core Service

  • Open the Services window.
  • Select the ConnectALL-Mule service and stop the service.

Linux Environment

Start the ConnectALL core service

  • Navigate to the bin folder where the ConnectALL core service is installed.
  •  Check the status.
    •  Command: systemctl status mule
  •  Start the service.
    • Command: systemctl start mule

Stop the ConnectALL core service

  • Navigate to the bin folder where the ConnectALL core service is installed.
  • Check the status.
    • Command: systemctl status mule
  • Stop the service.
    • Command: systemctl stop mule