Launching Adeptia Connect - Linux

Perform the following steps to start Connect Server

  1. Open Terminal.
  2. Go to the directory .../<ConnectServerInstallFolder>/AdeptiaServer/ServerKernel .
  3. Type ./startup.sh to start.

To stop the services, type ./stop.sh.

To ensure that Connect Kernel and Connect WebRunner are started successfully, go to the directory .../<ConnectServerInstallFolder>/AdeptiaServer/ServerKernel/logs/applicationlogs and type the command
cat KernelApplication.log
and
cat WebrunnerApplication.log

These commands will display the details of the KernelApplication.log and WebrunnerApplication.log files respectively. Ensure that these files contain the message that "Kernel has started successfully" and "WebRunner has started successfully".

Perform the following steps to start Connect Portal 

  1. Open Terminal.
  2. Go to the directory .../<ConnectPortaInstallFolder>/bin
  3. Type ./startup.sh to start.

To stop the services, type ./shutdown.sh.

To ensure that Connect Kernel and Connect WebRunner are started successfully, go to the directory .../<ConnectPortalInstallFolder>/logs and type the command.
cat catalina-YYYY-MM-DD HH-MM-SS.log

Ensure that these files contain the message that Starting Starting ProtocolHandler ["http-nio-80"].

 

Next step

Verifying Installation

 

 

 

 

Â