Hi How do I check if an web application already installed in Tomcat 5.5.x?
I have a DeployTask and UndeployTask configured in build.xml, and I want Ant to undeploy the existing web application automatically before it deploys the new one. Currently, I have to run Ant with 2 targets like > ant undeploy deploy. This still cause problem when the application has been removed by someone else :-( -- Hez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
