Status ControlTier
From ControlTier
The ControlTier applications run in a Jetty instance running in $JETTY_HOME (as of 3.2 this is $CTIER_ROOT/pkgs/jetty-6.1.10). The JETTY_HOME environment variable is set by shell profile (see ControlTier Environment Variables).
If the server is running, you should be able to access the server landing page.
Unix Status
Within the Jetty install is a "jetty.sh" script used to manage the Jetty process. This should already be set in your PATH. (ie, PATH=$PATH:$JETTY_HOME/bin)
Use the "check" sub-command:
jetty.sh check
$ jetty.sh
Usage: /Users/alexh/ctier/pkgs/jetty-6.1.10/bin/jetty.sh {start|stop|run|restart|check|supervise} [ CONFIGS ... ]
strongbad:~/3-2-dev/controltier [499]
$ jetty.sh check
Checking arguments to Jetty:
JETTY_HOME = /Users/alexh/ctier/pkgs/jetty-6.1.10
JETTY_CONF =
JETTY_RUN = /Users/alexh/ctier/pkgs/jetty-6.1.10/logs
JETTY_PID = /Users/alexh/ctier/pkgs/jetty-6.1.10/logs/jetty.pid
JETTY_PORT =
JETTY_LOGS = /Users/alexh/ctier/pkgs/jetty-6.1.10/logs
CONFIGS = /Users/alexh/ctier/pkgs/jetty-6.1.10/etc/jetty-logging.xml /Users/alexh/ctier/pkgs/jetty-6.1.10/etc/jetty.xml
JAVA_OPTIONS = -XX:MaxPermSize=128m -Xmx1024m -Xms256m -Djobcenter.config.location=
/Users/alexh/ctier/jobcenter/jobcenter-config.properties -Dreportcenter.config.location=
/Users/alexh/ctier/reportcenter/reportcenter-config.properties -Djetty.logs=
/Users/alexh/ctier/pkgs/jetty-6.1.10/logs -Djetty.home=/Users/alexh/ctier/pkgs/jetty-6.1.10
-Djava.io.tmpdir=/Users/alexh/ctier/pkgs/jetty-6.1.10/work
JAVA = /usr/bin/java
CLASSPATH =
RUN_CMD = /usr/bin/java -XX:MaxPermSize=128m -Xmx1024m -Xms256m
-Djobcenter.config.location=/Users/alexh/ctier/jobcenter/jobcenter-config.properties
-Dreportcenter.config.location=/Users/alexh/ctier/reportcenter/reportcenter-config.properties
-Djetty.logs=/Users/alexh/ctier/pkgs/jetty-6.1.10/logs -Djetty.home=/
Users/alexh/ctier/pkgs/jetty-6.1.10 -Djava.io.tmpdir=
/Users/alexh/ctier/pkgs/jetty-6.1.10/work -jar /Users/alexh/ctier/pkgs/jetty-6.1.10/start.jar
/Users/alexh/ctier/pkgs/jetty-6.1.10/etc/jetty-logging.xml /Users/alexh/ctier/pkgs/jetty-6.1.10/etc/jetty.xml
Jetty running pid=7440
Windows Status
If you are using the Windows Service Wrapper see Win32Wrapper.