RE: Remotely restart Tomcat.

2004-11-08 Thread Daniel Perry
gt; Subject: Re: Remotely restart Tomcat. > > > On 04.11.2004 12:49 Christoph Kutzinski wrote: > > > AFAIk this is generally disrecommended in production environments since > > there are some memory leaks in Tomcat/Struts (which are seemingly very > > hard or impossible

Re: Remotely restart Tomcat.

2004-11-08 Thread Christoph Kutzinski
There are some postings on this issue on the tomcat mailing list. I just found one bookmark: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg137021.html Thomas Kellerer wrote: On 04.11.2004 12:49 Christoph Kutzinski wrote: AFAIk this is generally disrecommended in production environm

Re: Remotely restart Tomcat.

2004-11-07 Thread Thomas Kellerer
On 04.11.2004 12:49 Christoph Kutzinski wrote: > AFAIk this is generally disrecommended in production environments since > there are some memory leaks in Tomcat/Struts (which are seemingly very > hard or impossible to fix) regarding webapp restart. > > The recommended way is to shut down and rest

RE: Remotely restart Tomcat.

2004-11-04 Thread Daniel Perry
st > Subject: Re: Remotely restart Tomcat. > > > You may also be interested in the manager which can start or stop > specific web applications. > > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html > > You have to edit $CATALINA_HOME/conf/tomcat-users.xml

Re: Remotely restart Tomcat.

2004-11-04 Thread Christoph Kutzinski
AFAIk this is generally disrecommended in production environments since there are some memory leaks in Tomcat/Struts (which are seemingly very hard or impossible to fix) regarding webapp restart. The recommended way is to shut down and restart tomcat. For a develop environment webapp restart is

Re: Remotely restart Tomcat.

2004-11-04 Thread Philip DONAGHY
You may also be interested in the manager which can start or stop specific web applications. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html You have to edit $CATALINA_HOME/conf/tomcat-users.xml and add a user to use it. Donaghy dumm y a écrit : > > Hi all > >

Re: Remotely restart Tomcat.

2004-11-04 Thread Peng Tuck
There's a ant task for this kind of things :P http://jakarta.apache.org/tomcat/tomcat-5.5-doc/deployer-howto.html#Deploying%20on%20a%20running%20Tomcat%20server Should work for you. dumm y wrote: Hi all Is there a way to hit the admin or something so that I can restart Tomcat remotely?