Perform the following steps to start Connect Server
To start or stop the Connect Server Kernel, WebRunner, and AIMap, follow the steps below:
Open Terminal.
Go to the directory ...<ConnectServerInstallFolder>/AdeptiaServer/ServerKernel.
Type ./startup.sh to start.
To stop the services, type ./stop.sh.
AIMap services start and stop automatically along with Connect Server Kernel and WebRunner when you run the ./startup.sh and ./shutdown.sh commands respectively. However, if you want to start or stop AIMap services individually, use the following commands: ./startAIMap.sh ./stopAIMap.sh
To ensure that Connect Kernel and Connect WebRunner are started successfully, go to the directory .../<ConnectServerInstallFolder>/AdeptiaServer/ServerKernel/logs/applicationlogs and type the commandcat 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
To start or stop the Connect Portal, follow the steps below:
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"].