Re: Can catalina-cluster from Tomcat 5.5 be used in Tomcat 6?

2010-04-07 Thread Florian Kirchhoff
Hi, Rainer Jung-3 wrote: You can check it out from subversion: svn checkout http://svn.apache.org/repos/asf/tomcat/sandbox/tomcat-oacc/trunk/ I have finally had the time to try this today. Rainer Jung-3 wrote: It comes with ant build file and documentation and is easy to build and

Can catalina-cluster from Tomcat 5.5 be used in Tomcat 6?

2009-09-01 Thread Florian Kirchhoff
Hi, I would like to know if it possible to use the legacy clustering module from Tomcat 5.5 in Tomcat 6. I remember seeing a separate project for this exact purpose but cannot find it anymore, does anyone know about this? To preempt any question as to why would I not use cluster-ha and

Is encryption of AJP traffic between Apache and Tomcat possible out of the box?

2009-08-10 Thread Florian Kirchhoff
Hi, I know this has been asked before, but after reading the documentation and searching previous threads: http://www.nabble.com/Is-this-possibe---mod_jk-%3C%3D%3DSSL%3D%3D%3E-AJP-1.3-to7746284.html#a7764525 2006 thread http://www.nabble.com/AJP-talking-TLS-or-SSL-to12245661.html#a12245661

Stuff the DBCP and JDBC jars in the WAR: is there a downside?

2008-02-15 Thread Florian Kirchhoff
Hello Tomcat Users, up until recently it was my firm belief that the ONLY way to get database connection pooling (DBCP) working was to place the JDBC driver JARS in ${CATALINA_HOME}/common/lib and define the DBCP resouce in the context (my preference is for META-INF/context.xml in the WAR).