Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Perform the following steps to start Connect Server

To start or stop the Connect Server Kernel, WebRunner, and AIMap, follow the steps below:

  1. Open Terminal.
  2. Go to the directory ...<ConnectServerInstallFolder>/AdeptiaServer/ServerKernel.
  3. 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:

  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

 

 

 

 

 

  • No labels