Which context.xml have higher priority?

2015-01-24 Thread
Now I have context.xml in three locations: A: in app: meta-info/context.xml B: in conf: context.xml C: in conf/Catalina/**.xml --- seems like no longer copied to here. If I am going to define the same resources in these context.xml, which one will going to take effect eventually. I could

Re: Tomcat performance goes down after install apr.

2014-11-14 Thread
Well, here is the information the platform (OS) redhat enterprise 6.4(64 bit) - the Java JVM version used (1.7.45) - the Tomcat version used (7.0.45) - the APR version used (APR from redhat cd) On Tue, Nov 11, 2014 at 5:00 PM, André Warnier a...@ice-sa.com wrote: 杨华杰 wrote: Tomcat

Tomcat performance goes down after install apr.

2014-11-10 Thread
Tomcat performance goes down after install apr. I followed this doc http://tomcat.apache.org/native-doc/, I think the different is I didn't set sslengine setting as I don't use it. And I saw the error in catilina.out, I simply ignore it as I don't use it. I fired 300 concurrent calls from

How to store session in database

2013-05-24 Thread
Hi Basically I want to configure a tomcat cluster. I am using tomcat 6 and tomcat 7 and I want to store the session in database. I am looking to this document http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html . But unfortunately I didn't find any document to store session in database.

Re: How to store session in database

2013-05-24 Thread
/jcoleman/tomcat-redis-session-manager https://github.com/dawsonsystems/Mongo-Tomcat-Sessions On Fri, May 24, 2013 at 6:47 PM, Daniel Mikusa dmik...@gopivotal.com wrote: On May 24, 2013, at 7:28 AM, 杨华杰 wrote: Hi Basically I want to configure a tomcat cluster. I am using tomcat 6