Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can stop the Daemonised Pax Runner by a connecting to the instance using a telnet client and issuing a shutdown command. By default the Pax Runner Daemon will accept telnet connection at port 8008. The telnet screen will look similar to this:

Code Block
bgColor#bbbbbb

>telnet 192.168.1.3 8008
Trying 192.168.1.3...
Connected to 192.168.1.3.
Escape character is '^]'.
====================================
Welcome to Pax-Runner Remote Console
====================================
Please enter password:

...

Stopping using scripts

You can stop the Daemonised Pax Runner Daemon instance running on the same machine using scripts using the following command:

...

Stopping this way using scripts will not prompt you for a password or a shutdown command.

Stopping other ways

The Daemon will stop if the Pax Runner itself stops - either due to some errors, or if the OSGi platform was shutdown, and additionally in the attached mode by applying control signals (such as Ctrl+C) that will stop the JVM.

Providing options and parameters

...