code_monkey
11-21-2005, 05:53 AM
Hi,
I've created two ant tasks, one that deploys an JSF webApp to tomcat. It works fine. The other task is to undeploy the JSF web App, however when I ran the undeploy task, the webApp is not completly undeployed and I can't redeploy again the webb app because it gives me the following error:
FAIL - Application already exists at path /firstSample
If I check the directory <TOMCAT_HOME>/webapps/firstSample/WEB-INF/libs two jars stills there, the sandbox.jar and tomahawk.jar and I can't remove them until I shut down tomcat.
Can someone help me on this?
Thanks
CM
I've created two ant tasks, one that deploys an JSF webApp to tomcat. It works fine. The other task is to undeploy the JSF web App, however when I ran the undeploy task, the webApp is not completly undeployed and I can't redeploy again the webb app because it gives me the following error:
FAIL - Application already exists at path /firstSample
If I check the directory <TOMCAT_HOME>/webapps/firstSample/WEB-INF/libs two jars stills there, the sandbox.jar and tomahawk.jar and I can't remove them until I shut down tomcat.
Can someone help me on this?
Thanks
CM