RE: Locked jar during Ant undeploy on Tomcat 5.5.3

2005-05-19 Thread Harry Hartley
I too have this problem too. This problem is not specific to your application. If you choose to deploy that ever so simple struts-blank, and then undeploy it, the undeploy works, but the locked jar files are still there. > -Original Message- > From: Quinten Verheyen [mailto:[EMAIL PROTECTE

Can't Undeploy Struts Applications

2005-05-19 Thread Harry Hartley
Is this a bug? So, I deploy the struts-blank webapp to my webapps directory under tomcat. Everything works fine. Then I try to undeploy it under the manager, and it responds the a message, context undeployed. But when I do a list under the tomcat manager it is still there. If I look

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-22 Thread Harry Hartley
w%20Application%20from%20a%20Local%20Path. Specifically, note things like the ! at the end of the WAR file name of deploying a WAR. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Harry Hartley [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 21,

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Harry Hartley
remote java.net.MalformedURLException (newbie Q) Which version of Tomcat you are using ? rgds Antony Paul - Original Message - From: "Harry Hartley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 4:18 PM Subject: ant build remote java.net

ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Harry Hartley
I am trying to use the sample to deploy the test application from my local machine to my remote server. I have done all builds and deployments successfully, and everything works fine (yippy!). I have modified the build.xml to use the url and password for the manager app on my remote server. Th