Tomcat uptime and stability in production environments

2002-12-12 Thread Mike W-M
I remember someone telling me once, "No wonder we're having problems - that NT box hasn't been rebooted for a week." I haven't seen any mention of it here, but wondered if anyone has any similar(ly pithy) advice to offer on matters of Tomcat / Java stability and uptime. Is one sensible to plan to

RE: Tomcat uptime and stability in production environments

2002-12-12 Thread Turner, John
OTECTED]] > Sent: Thursday, December 12, 2002 8:24 AM > To: Tomcat Users List > Subject: Tomcat uptime and stability in production environments > > > I remember someone telling me once, "No wonder we're having > problems - that > NT box hasn't been rebooted for a

Re: Tomcat uptime and stability in production environments

2002-12-12 Thread Tim Funk
We try to restart our tomcats at least once every other week. This is because we are JSP heavy and we have "many" page changes per day. We have found we can get through 2 weeks without running OutofMemory from the JSP recompile memory leak. (YMMV) If it weren't for the JVM javac memory leak - w

RE: Tomcat uptime and stability in production environments

2002-12-12 Thread Shapira, Yoav
12, 2002 8:24 AM >To: Tomcat Users List >Subject: Tomcat uptime and stability in production environments > >I remember someone telling me once, "No wonder we're having problems - that >NT box hasn't been rebooted for a week." > >I haven't seen any ment

Re: Tomcat uptime and stability in production environments

2002-12-12 Thread Marco Bucciarelli
ot. > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Mike W-M [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, December 12, 2002 8:24 AM > >To: Tomcat Users List > >Subject: Tomcat uptime and stability in producti

RE: Tomcat uptime and stability in production environments

2002-12-12 Thread Brandon Cruz
machine as well. -Original Message- From: Mike W-M [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 7:24 AM To: Tomcat Users List Subject: Tomcat uptime and stability in production environments I remember someone telling me once, "No wonder we're having problems - t

RE: Tomcat uptime and stability in production environments

2002-12-12 Thread Aleksandr Shneyderman
> if I put all the jars in every context, how memory consuming is this? since web application's class loader looks at your WEB-INF/classes/ and WEB-INF/lib/*jar first it loads a class per application. So if you have say ten applications and they use an identical class say A that is say 20K your me

Re: Tomcat uptime and stability in production environments

2002-12-12 Thread Mike W-M
nt: Thursday, December 12, 2002 3:35 PM Subject: RE: Tomcat uptime and stability in production environments Mike, I had this mysterious problem with Tomcat 3.2.4 which would force us to restart the server almost every day due to CPU usage slowly increasing over time. We tried upgrading to Tomc

Re: Tomcat uptime and stability in production environments

2002-12-12 Thread Tim Funk
" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 3:35 PM Subject: RE: Tomcat uptime and stability in production environments Mike, I had this mysterious problem with Tomcat 3.2.4 which would force us to restart the server almost every day due to CPU usage slowly increasing over

Re: Tomcat uptime and stability in production environments

2002-12-12 Thread Craig R. McClanahan
On Thu, 12 Dec 2002, Mike W-M wrote: > Date: Thu, 12 Dec 2002 13:24:27 - > From: Mike W-M <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Tomcat uptime and stability in produ

Re: Tomcat uptime and stability in production environments

2002-12-13 Thread Torsten Fohrer
002 13:24:27 - > > From: Mike W-M <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: Tomcat uptime and stability in production environments > > > > I remember someo