Versions Compared

Key

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

...

  • The JOC Cockpit Start Script is available for Unix only.
    • The default location of the jetty.sh Start Script is:
      • /opt/sos-berlin.com/js7/joc/jetty/bin for Unix.
      • Use of the Start Script is authoritative to start JOC Cockpit.
  • On Windows systems the JOC Cockpit is started by its Windows Service.

...

Code Block
languagebash
jetty.sh restart

Checking the JOC Cockpit Status

Code Block
languagebash
jetty.sh status

The command will result in output such as:

Code Block
languagetext
Jetty running pid=23043

JAVA                  =  /opt/java/jdk-21/bin/java
JAVA_OPTIONS          =  -Djava.security.egd=file:///dev/urandom -Xms128m -Xmx512m -Xss4000k -Djava.io.tmpdir=/home/sos/install/joc.data/temp -Dfile.encoding=UTF-8 -Duser.timezone=UTC -Djava.util.prefs.userRoot=/home/sos/install/joc.data
JETTY_HOME            =  /home/sos/install/joc.home/jetty
JETTY_BASE            =  /home/sos/install/joc.data
START_D               =  /home/sos/install/joc.data/start.d
START_INI             =  /home/sos/install/joc.data/start.ini
JETTY_START           =  /home/sos/install/joc.home/jetty/start.jar
JETTY_CONF            =  /home/sos/install/joc.home/jetty/etc/jetty.conf
JETTY_ARGS            =  jetty.state=/home/sos/install/joc.data/joc.state jetty.pid=/home/sos/install/joc.data/joc.pid --module=pid,state
JETTY_RUN             =  /home/sos/install/joc.data
JETTY_PID             =  /home/sos/install/joc.data/joc.pid
JETTY_START_LOG       =  /home/sos/install/joc.data/joc-start.log
JETTY_STATE           =  /home/sos/install/joc.data/joc.state
JETTY_START_TIMEOUT   =  60
JETTY_SYS_PROPS       =
RUN_ARGS              =  -Djava.io.tmpdir=/home/sos/install/joc.data/temp ...
ID                    =  uid=1000(sos) gid=1000(sos) groups=1000(sos),10(wheel),100(users),994(docker) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
JETTY_USER            =  sos
USE_START_STOP_DAEMON =  0
START_STOP_DAEMON     =  0

Windows Service Interface

...