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
> configurati
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, Nish
The fix is http://svn.apache.org/viewvc?view=rev&revision=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
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 wrot
, Mark Thomas wrote:
> Pavel Savara wrote:
> > 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.C
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 java.security.