When I restart it using service it freezes midway through the start-up.
[root@CCGRHE141 local]# service jetty stop
Stopping Jetty: OK
[root@CCGRHE141 local]# service jetty start
Starting Jetty: STARTED Jetty Mon Apr 14 01:28:17 CDT 2008
[root@CCGRHE141 local]# 1 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger@16a55fa via org.mortbay.log.Slf4jLog
167 [main] INFO org.mortbay.log - Redirecting stderr/stdout to /usr/local/gehc-it/servicetools/jetty/jetty-6.1.7/logs/2008_04_14.stderrout.log
Not sure why the service command to check the status isn't working
service sshd status
I get a response
sshd (pid 31553 28166 1815) is running...
I am thinking it should work the same way for jetty too.....