Understanding Tomcat User Session persistence

2009-08-19 Thread nodje
s exactly serialized? thanks for any help -nodje -- View this message in context: http://www.nabble.com/Understanding-Tomcat-User-Session-persistence-tp25041901p25041901.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Optimizing Tomcat with Http11NioProtocol?

2008-12-29 Thread nodje
. -nodje Brian Clark-10 wrote: > > Glad to be of help. > > First, I don't think that APR has anything to do with thread management. I > think the two things it does really well is to serve up static content and > provide native SSL processing. Tomcat 6 and/or Java 6 may help

Re: Optimizing Tomcat with Http11NioProtocol?

2008-12-29 Thread nodje
ze. > That is what we are able to use, at least using JDK 1.6.x. Upgrading to > 64-bit Windows and a 64-bit JVM (and 64-bit Tomcat) will allow you to use > as much RAM as you have available. We have a 64-bit Windows system with 18 > GB of RAM allocated to Tomcat/Java. > > > Good luc

Optimizing Tomcat with Http11NioProtocol?

2008-12-29 Thread nodje
to anyone providing advice -nodje -- View this message in context: http://www.nabble.com/Optimizing-Tomcat-with-Http11NioProtocol--tp21200419p21200419.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To

Deploy WAR on ROOT without losing Manager application

2008-12-28 Thread nodje
We need tp have our application accessed from the Root context /. So we usually delete the ROOT.war and rename our application to ROOT.war. This works well of course but we lose the benefit of using the Tomcat manager. What would be the best way to obtain that? I don't understand Virtual Host us