Launching Adeptia Connect - Linux
Perform the following steps to start Connect Server
- Open Terminal.
- Go to the directory .../<ConnectServerInstallFolder>/AdeptiaServer/ServerKernel .
- 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Â
- Open Terminal.
- Go to the directory .../<ConnectPortaInstallFolder>/bin
- 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
Â
Â
Â
Â
Â