The ApplinX server can be started either as a Windows service or using a batch file. ApplinX can also run under a Java Application Server (for further details, refer to the relevant topics in Deploying with ApplinX in the Designing and Developing an Application documentation).
See also Managing the ApplinX Server in the Administration section.
In the installation process, it is possible to define that ApplinX server runs as a Windows system service, started and stopped via
. By default, the service is automatically run when starting the computer.ApplinX Server can be run using batch command files, located in the <ApplinX installation>/bin folder:
startup.bat | Starts the ApplinX server. |
shutdown.bat | Stops the ApplinX server. |
In the ApplinX installation directory, you can find the following shell scripts:
startup.sh | Starts the ApplinX server. |
shutdown.sh | Stops the ApplinX server. |