RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
=${tomcat.manager.password} path=/${app.name} / /target any suggestions? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 7:50 PM To: Tomcat Users List Subject: RE: problem with tomcat manager's

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Allistair Crossley
- From: rahul [mailto:[EMAIL PROTECTED] Sent: 13 September 2005 14:23 To: Tomcat Users List Subject: RE: problem with tomcat manager's deploy command Thanks Charles, Now I am defining my application context in a separate file under META-INF But still I am not been able to undeploy my

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Caldarale, Charles R
From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder However no error shown on ant prompt. What happens if you try

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
Users List Subject: RE: problem with tomcat manager's deploy command From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder

RE: problem with tomcat manager's deploy command

2005-09-12 Thread Caldarale, Charles R
From: rahul [mailto:[EMAIL PROTECTED] Subject: problem with tomcat manager's deploy command If I remove this context tag from server.xml then the deploy command works fine. But I want to keep this information in server.xml and at the same time use tomcat manager's deploy command from