Re: Tomcat Performance

2008-11-11 Thread Pavel Savara
May be your tomcat is configured to server only limited number of clients so it doesn't use all hardware power when you deploy two tomcats you can serve twice as much clients. I would say tune tomcat configuration to accept more clients connections. Palko On Mon, 2008-11-10 at 11:56 +0530,

Re: Setting up context.xml for an application

2008-11-11 Thread Pavel Savara
I war file gets unziped into to webapp directory so during the redeploy i would not try to deploy whole war but just copy changes into the your application directory. Palko On Mon, 2008-11-10 at 15:35 -0600, Tim Dean wrote: I have an application that requires some settings in a Context

Re: Problem running TC 6.0.18 with CATALINA_BASE

2008-10-13 Thread Pavel Savara
The fix is http://svn.apache.org/viewvc?view=revrevision=685715 The catalina.sh change is the only one you need to apply. Pavel On Fri, 2008-10-10 at 15:16 -0400, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've been running multiple TC 4.1 and 5.5

Re: Redirection after Tomcat restart

2008-09-23 Thread Pavel Savara
Hi, Another possibility is to set up tomcat to serialize session to disk before restart. Tt deserializes all session at the start up so user will remain login with all session variables it in ideal case he won't notice the restart at all. Palko On Mon, 2008-09-22 at 16:21 -0400, Martin Dubuc

new tomcat 6.0.18 won't start

2008-09-18 Thread Pavel Savara
Hi, We have a problem with new tomcat starting with our application i got the error in catalina.out Exception in thread main java.lang.NoClassDefFoundError: Caused by: java.lang.ClassNotFoundException: at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at

Re: new tomcat 6.0.18 won't start

2008-09-18 Thread Pavel Savara
Sounds like https://issues.apache.org/bugzilla/show_bug.cgi?id=45585 The fix is http://svn.apache.org/viewvc?view=revrevision=685715 The catalina.sh change is the only one you need to apply. That was it thanks a lot Pavel On Thu, 2008-09-18 at 12:08 +0100, Mark Thomas wrote: Pavel