Re: [OT] RE: 24X7 deployment tips

2005-01-14 Thread Faisal Abdullah
I guess there is. By fixing the code. On Tue, 11 Jan 2005 18:05:42 +, Mark Benussi [EMAIL PROTECTED] wrote: The reason this is off topic is that I was wondering if anyone has ever found a way of recovering leaked memory, without restarting the JVM?

RE: 24X7 deployment tips

2005-01-13 Thread Rajaneesh
: Wednesday, January 12, 2005 8:16 PM To: 'Tomcat Users List' Subject: RE: 24X7 deployment tips Non-clustering. The deploy task does not shutdown the container. It undeploys your webapp and then deploy the new war. -Original Message- From: Rajaneesh [mailto:[EMAIL PROTECTED] Sent: January 12

RE: 24X7 deployment tips

2005-01-12 Thread Phillip Qin
Non-clustering. The deploy task does not shutdown the container. It undeploys your webapp and then deploy the new war. -Original Message- From: Rajaneesh [mailto:[EMAIL PROTECTED] Sent: January 12, 2005 12:36 AM To: 'Tomcat Users List' Subject: RE: 24X7 deployment tips Hu Philip

24X7 deployment tips

2005-01-11 Thread sunil goyal
Hi all, I am looking for resources for building and deploying 24X7 large scale web applications using Java. Can anyone point towards any good books/links for the same? If I am trying to deploy an application via apache/tomcat on a linux platform, is it possible to upgrade certain servlets

RE: 24X7 deployment tips

2005-01-11 Thread Mark Benussi
better advice than mine. Original Message Follows From: sunil goyal [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: 24X7 deployment tips Date: Tue, 11 Jan 2005 09:30:39 -0800 (PST) Hi all, I am looking for resources

RE: 24X7 deployment tips

2005-01-11 Thread Phillip Qin
goyal [mailto:[EMAIL PROTECTED] Sent: January 11, 2005 12:31 PM To: tomcat-user@jakarta.apache.org Subject: 24X7 deployment tips Hi all, I am looking for resources for building and deploying 24X7 large scale web applications using Java. Can anyone point towards any good books/links for the same

[OT] RE: 24X7 deployment tips

2005-01-11 Thread Mark Benussi
Follows From: Phillip Qin [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Subject: RE: 24X7 deployment tips Date: Tue, 11 Jan 2005 12:43:46 -0500 I use Tomcat Manager (actually catalina-ant taks) to deploy my webapps

RE: 24X7 deployment tips

2005-01-11 Thread Rajaneesh
: 24X7 deployment tips I use Tomcat Manager (actually catalina-ant taks) to deploy my webapps from my dev box to remote linux server. I don't have to shutdown server by doing that. However, I do sometimes run into Out Of Memory issues after I deploy applications hundreds times. -Original Message