Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.11
-
Fix Version/s: 7.0.0pre4, 6.1.12.rc2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The only command that doesn't work is restart. Start/stop does the job.
plentz:bin plentz$ ./jetty.sh start
Starting Jetty: STARTED Jetty Tue Aug 26 19:58:17 BRT 2008
plentz:bin plentz$ 2008-08-26 19:58:17.098::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
2008-08-26 19:58:17.182::INFO: Redirecting stderr/stdout to /usr/local/jetty-6.1.11/logs/2008_08_26.stderrout.log
plentz:bin plentz$ ./jetty.sh restart
./jetty.sh: line 576: ./jetty.sh: No such file or directory
./jetty.sh: line 578: ./jetty.sh: No such file or directory
plentz:bin plentz$ ./jetty.sh stop
Stopping Jetty: OK
Just tested it with a fresh jetty-6.1.11 on fedora core 7 and its working for me.
restart is basically calling:
stop
sleep for 5 ms
start
The same as manually calling stop then start.
I dont see anything that would make the restart fail