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
 install. We didn't release it yet, so you can't download a binary for it.
 
 The configuration is identical to TC 5.5 cluster and 99% of the code
 also (and in sync with the latest cluster code in TC 5.5).
 
 Let us know your experiences with it!
 

Unfortunately I am running into some issues while trying to build. I checked
and re-checked the build.properties.default settings to make sure I wasn't
missing something obvious (I am building against 6.0.24), but I seem to be
missing something.

For example these 2 classes:

org.apache.catalina.cluster.session.ClusterManagerBase 
org.apache.catalina.cluster.ClusterMessageBase 

several classes in oacc import or extend these classes, but they are not in
SVN nor are they in the 6.0 JARs references in the classpath. Tomcat 6.0.24
has 
org.apache.catalina.ha.ClusterMessageBase
org.apache.catalina.ha.session.ClusterManagerBase

should these be used instead? I cannot see that to be the case since that in
turn would pull more oac.ha classes...

I am obviously missing something... or are there classes missing from SVN?

Thanks in advance for any help.

Florian
-- 
View this message in context: 
http://old.nabble.com/Can-catalina-cluster-from-Tomcat-5.5-be-used-in-Tomcat-6--tp25244120p28173804.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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
cluster-tribes, all I can say is that it's not an option in my case.

Thanks,

Florian


-- 
View this message in context: 
http://www.nabble.com/Can-catalina-cluster-from-Tomcat-5.5-be-used-in-Tomcat-6--tp25244120p25244120.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 2007
thread 


I am seeking confirmation that AJP traffic still cannot be encrypted out of
the box.

Is this correct?

Thanks in advance.

Florian
-- 
View this message in context: 
http://www.nabble.com/Is-encryption-of-AJP-traffic-between-Apache-and-Tomcat-possible-out-of-the-box--tp24907547p24907547.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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).

That was until I tried to place both the commons-dbcp-*.jar and my JDBC
driver jar in
my WAR under WEB-INF/lib. If I make sure to specify the factory attribute in
my context.xml to
be org.apache.commons.dbcp.BasicDataSourceFactory, lo and behold it works!
I can finally
deploy all my dependencies in my WAR. When you think of how the classpath
hierarchy works
in a web app it's no surprise really.

Question: is there any downside to this approach?

I am asking because I hadn't come across this as a possibility anywhere, so
I am wondering...

I would be very greatful of any feedback and/or suggestions.

Regards,

Florian 


-- 
View this message in context: 
http://www.nabble.com/Stuff-the-DBCP-and-JDBC-jars-in-the-WAR%3A-is-there-a-downside--tp15502149p15502149.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]