RE: Tomcat filter-mapping dispatcher forward

2011-12-06 Thread Hodchenkov, Paul
, Dec 5, 2011 at 2:12 PM, Hodchenkov, Paul paul.hodchen...@oxagile.com wrote: It works when using servlet 3.0 annotations api... I will write the simplest test case Sent from my iPad On 05.12.2011, at 20:49, Mark Thomas ma...@apache.org wrote: On 05/12/2011 14:45, Hodchenkov, Paul wrote

Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Hodchenkov, Paul
Hi all, I am trying to configure dispatcher forward rule for filter in tomcat 7.0.22 filter-mapping filter-nameUrlRewriteFilter/filter-name url-pattern/*/url-pattern dispatcherREQUEST/dispatcher dispatcherFORWARD/dispatcher /filter-mapping However, tomcat

Re: Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Hodchenkov, Paul
It works when using servlet 3.0 annotations api... I will write the simplest test case Sent from my iPad On 05.12.2011, at 20:49, Mark Thomas ma...@apache.org wrote: On 05/12/2011 14:45, Hodchenkov, Paul wrote: Hi all, I am trying to configure dispatcher forward rule for filter in tomcat

RE: Maven Tomcat 7 plugin - changing war name

2011-11-23 Thread Hodchenkov, Paul
Hi, warFile in tomcat7 plugin wokrs for me: plugin groupIdorg.apache.tomcat.maven/groupId artifactIdtomcat7-maven-plugin/artifactId version2.0-SNAPSHOT/version configuration

RE: tomcat7-maven-plugin redeploy

2011-11-16 Thread Hodchenkov, Paul
://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy [1] http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/deploy-mojo.html#update 2011/11/16 Hodchenkov, Paul paul.hodchen...@oxagile.com: Hi, It's seems that new tomcat7 plugin does not have undeploy/redeploy

RE: tomcat7-maven-plugin redeploy

2011-11-15 Thread Hodchenkov, Paul
Hi, It's seems that new tomcat7 plugin does not have undeploy/redeploy goals. So deployment fails with: -- [ERROR] BUILD ERROR [INFO] -- -- [INFO] Cannot invoke Tomcat manager: FAIL - Application already exists at path / Is

RE: Tomcat clustering session attribute is changed without request

2011-10-27 Thread Hodchenkov, Paul
. But that is not default functionality of Tomcat. You have to make it yourself. Ronald. Op dinsdag, 25 oktober 2011 09:44 schreef Hodchenkov, Paul paul.hodchen...@oxagile.com: Hi All, I have used http://code.google.com/p/psi-probe/ to debug session replication. So HttpSession attribute

Re: Tomcat clustering session attribute is changed without request

2011-10-27 Thread Hodchenkov, Paul
Paul, On 10/24/2011 7:28 AM, Hodchenkov, Paul wrote: 2) AFAIK tomcat fires onSessionDestroyed event when some node in cluster is stopped gracefully. However, in my environment I don't observe such behavior. Is that really what you want? Taking a server out of the cluster will expire every

RE: Tomcat clustering session attribute is changed without request

2011-10-25 Thread Hodchenkov, Paul
[mailto:p...@pidster.com] Sent: Monday, October 24, 2011 3:59 PM To: Tomcat Users List Subject: Re: Tomcat clustering session attribute is changed without request On 24/10/2011 11:55, Hodchenkov, Paul wrote: Hi all, I have configured tomcat 7 cluster by using [1] with DeltaManager

Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
Hi all, I have configured tomcat 7 cluster by using [1] with DeltaManager and it works fine. However I have the following 2 questions: 1) My application stores session map in memory(admin can force logout of any user and change some session attribute). Will this session attribute be

RE: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
List Subject: Re: Tomcat clustering session attribute is changed without request Op maandag, 24 oktober 2011 12:55 schreef Hodchenkov, Paul paul.hodchen...@oxagile.com: Hi all, I have configured tomcat 7 cluster by using [1] with DeltaManager and it works fine. However I have

RE: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
without request On 24/10/2011 11:55, Hodchenkov, Paul wrote: Hi all, I have configured tomcat 7 cluster by using [1] with DeltaManager and it works fine. However I have the following 2 questions: 1) My application stores session map in memory(admin can force logout of any user and change