Re: tomcat:redeploy is not really deploy new version

2007-02-21 Thread Mark Hobson
Sounds similar to http://jira.codehaus.org/browse/MOJO-566. Tomcat does have some strange behaviour regarding reloading, which I've been meaning to look into properly sometime. Mark On 21/02/07, Alexey Kakunin <[EMAIL PROTECTED]> wrote: So, I tried cargo:redeploy and it works quite fine for me

Re: tomcat:redeploy is not really deploy new version

2007-02-21 Thread Alexey Kakunin
So, I tried cargo:redeploy and it works quite fine for me. 2007/2/21, Alexey Kakunin <[EMAIL PROTECTED]>: Yes, Tomcat has problems with undeploying under Windows - but under Linux it always was ok. Seems tomcat plugin has same problem as described for Cargo here: http://jira.codehaus.org/brows

Re: tomcat:redeploy is not really deploy new version

2007-02-21 Thread Alexey Kakunin
Yes, Tomcat has problems with undeploying under Windows - but under Linux it always was ok. Seems tomcat plugin has same problem as described for Cargo here: http://jira.codehaus.org/browse/CARGO-419 Thank you for advice to look into JIRA - as result I found Cargo and, since such problem already

Re: tomcat:redeploy is not really deploy new version

2007-02-20 Thread Wayne Fay
I don't use this plugin myself, but I googled and found this. Perhaps you're running into the same problem -- Tomcat still has a lock on some Jar, so undeploy fails, so redeploy fails, but Tomcat doesn't really report the error properly? http://www.mail-archive.com/tomcat-user@jakarta.apache.org/

tomcat:redeploy is not really deploy new version

2007-02-20 Thread Alexey Kakunin
Hello! I'm using Maven 2.0.4 (seems this error repeats with 2.0.5 as well) under both - Windows and Linux. I'm trying to redeploy application from maven, for doing it I added tomcat plugin (http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html) into project: org