RE: Tomcat filter-mapping dispatcher forward

2011-12-06 Thread Hodchenkov, Paul
, Dec 5, 2011 at 2:12 PM, Hodchenkov, Paul 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" wrote: > >> On 05/12/2011 14:45, Hodchenkov, Paul

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" wrote: > On 05/12/2011 14:45, Hodchenkov, Paul wrote: >> Hi all, >> I am trying to configure dispatcher forward rule fo

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 UrlRewriteFilter /* REQUEST FORWARD However, tomcat ignores dispatcher definition and does not fill dispatchers in org.apache.catalina.deploy.FilterMap (used debug) , so i

RE: Maven Tomcat 7 plugin - changing war name

2011-11-23 Thread Hodchenkov, Paul
Hi, warFile in tomcat7 plugin wokrs for me: org.apache.tomcat.maven tomcat7-maven-plugin 2.0-SNAPSHOT target/app-qa.war /

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 : > Hi, > It's seems that new tomcat7 plugin does not have undeploy/redeploy goals. > &

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
t; 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? Tak

RE: Tomcat clustering session attribute is changed without request

2011-10-27 Thread Hodchenkov, Paul
ot default functionality of Tomcat. You have to make it yourself. Ronald. Op dinsdag, 25 oktober 2011 09:44 schreef "Hodchenkov, Paul" : > > > Hi All, > I have used http://code.google.com/p/psi-probe/ to debug session replication. > So HttpSession attribute i

RE: Tomcat clustering session attribute is changed without request

2011-10-25 Thread Hodchenkov, Paul
. p > -Original Message- > From: Pid [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: >&

RE: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
out 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 l

RE: Tomcat clustering session attribute is changed without request

2011-10-24 Thread Hodchenkov, Paul
4, 2011 2:20 PM To: Tomcat Users List Subject: Re: Tomcat clustering session attribute is changed without request Op maandag, 24 oktober 2011 12:55 schreef "Hodchenkov, Paul" : > > > > Hi all, > I have configured tomcat 7 cluster by using [1] with DeltaManager and

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 replic