Tomcat recycling

2011-11-18 Thread Jan Vávra
Hello, is there any way how to tell tomcat: Recycle after X minutes OR Y requests like it is eg. on the IIS server? If I add my own script containing "/etc/init.d/tomcat restart" to the crontab I loose the user sessions and users have to relogin. I experience some problems with OutOfMemory e

Re: Tomcat recycling

2011-11-18 Thread Pid *
On 18 Nov 2011, at 15:36, "Jan Vávra" wrote: > Hello, > is there any way how to tell tomcat: Recycle after X minutes OR Y requests > like it is eg. on the IIS server? IIS can reboot itself after N requests? That's awesome. What could possibly go wrong? I might file an enhancement request for T

Re: Tomcat recycling

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/18/11 1:23 PM, Pid * wrote: > IIS can reboot itself after N requests? That's awesome. What could > possibly go wrong? IIS could stay up. ;) - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools -

Re: Tomcat recycling

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 11/18/11 10:35 AM, Jan Vávra wrote: > is there any way how to tell tomcat: Recycle after X minutes OR Y > requests like it is eg. on the IIS server? Tomcat does not come with any mechanism for doing that. IIS has hacks to work-around horribl

Re: Tomcat recycling

2011-11-18 Thread Mark Thomas
On 18/11/2011 18:23, Pid * wrote: > On 18 Nov 2011, at 15:36, "Jan Vávra" wrote: > >> Hello, >> is there any way how to tell tomcat: Recycle after X minutes OR Y requests >> like it is eg. on the IIS server? > > IIS can reboot itself after N requests? > That's awesome. What could possibly go wr

Re: Tomcat recycling

2011-11-21 Thread Jan Vávra
Hello, is there any way how to tell tomcat: Recycle after X minutes OR Y requests like it is eg. on the IIS server? IIS can reboot itself after N requests? That's awesome. What could possibly go wrong? Yes, IIS can do recycling See eg. at http://www.microsoft.com/technet/prodtechnol/Windows

Re: Tomcat recycling

2011-11-21 Thread Jan Vávra
Hello, -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 11/18/11 10:35 AM, Jan Vávra wrote: is there any way how to tell tomcat: Recycle after X minutes OR Y requests like it is eg. on the IIS server? Tomcat does not come with any mechanism for doing that. IIS has hacks to work-around ho

Re: Tomcat recycling

2011-11-21 Thread Pid *
On 21 Nov 2011, at 13:24, "Jan Vávra" wrote: > >>> Hello, >>> is there any way how to tell tomcat: Recycle after X minutes OR Y requests >>> like it is eg. on the IIS server? >> IIS can reboot itself after N requests? >> That's awesome. What could possibly go wrong? > > Yes, IIS can do recycling

Re: Tomcat recycling

2011-11-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, > At the end I'd like to make a little comparision. Recently I've > used .NET + native calls of dlls, php + custom made php modules > (native dlls), jsp+java. .NET and php have possibilities for some > kind of recoveries. It's almost impossible t

Re: Tomcat recycling

2011-11-22 Thread Jan Vávra
idn't properly restart tomcat. It could be due to a some untermintated thread, who knows... I must look more closely into doc - how tomcat is starting and shutdowning if I'd like to do some tomcat recycling by own or modified scripts. Thanks. Jan. -BEGIN PGP SIGNED MESSAGE-

Re: Tomcat recycling

2011-11-23 Thread André Warnier
times this script didn't properly restart tomcat. It could be due to a some untermintated thread, who knows... I must look more closely into doc - how tomcat is starting and shutdowning if I'd like to do some tomcat recycling by own or modified scripts. One additional comment : App