tomcat4 start script

2003-03-06 Thread Henri Gomez
Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart (stop/start) failed. I proposed them to works on a patch where the pid of the launched tomcat java will

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart (stop/start) failed. I proposed them to works on a patch where the pid of the

Re: tomcat4 start script

2003-03-06 Thread Tim Funk
I had a similar issue where my solution was on shutdown to call System.exit() if tomcat did not shutdown in a pre-configured amount of time (which can be turned off for embedded apps). This way it works for windows too. Here is the bug report with patch:

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Tim Funk wrote: I had a similar issue where my solution was on shutdown to call System.exit() if tomcat did not shutdown in a pre-configured amount of time (which can be turned off for embedded apps). This way it works for windows too. Here is the bug report with patch:

Re: tomcat4 start script

2003-03-06 Thread Remy Maucherat
Henri Gomez wrote: Tim Funk wrote: I had a similar issue where my solution was on shutdown to call System.exit() if tomcat did not shutdown in a pre-configured amount of time (which can be turned off for embedded apps). This way it works for windows too. Here is the bug report with patch:

Re: tomcat4 start script

2003-03-06 Thread Costin Manolache
Henri Gomez wrote: Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart (stop/start) failed. I proposed them to works on a

Re: tomcat4 start script

2003-03-06 Thread Remy Maucherat
Costin Manolache wrote: Henri Gomez wrote: Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart (stop/start) failed. I proposed them to

Re: tomcat4 start script

2003-03-06 Thread Costin Manolache
Remy Maucherat wrote: Costin Manolache wrote: Henri Gomez wrote: Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Costin Manolache wrote: Remy Maucherat wrote: Costin Manolache wrote: Henri Gomez wrote: Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
I commited in TC 4.1 and CATALINA HEAD (not in TC 4.0.X) And an updated in TC 3.3.2-dev (HEAD) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Henri Gomez wrote: I commited in TC 4.1 and CATALINA HEAD (not in TC 4.0.X) And an updated in TC 3.3.2-dev (HEAD) These updated shell script (TC 3.3.x, 4.1 and 5.0) should make life easier for people which want to use tomcat via initd script, ie all Linux RPM based distros.