Problems using ant to deploy to Tomcat

2004-11-24 Thread Cumbers
Hey guys I am using an ant build file to deploy to tomcat, and I have come across a strange problem. Within my build file I have the value: which I use to give to the following targets: path="${dev.context}" war="${dev.war}" username

RE: Problems using ant to deploy to Tomcat

2004-11-24 Thread Shapira, Yoav
Hi, >as far as I can see this should deploy to the context /rms-dev. However >upon trying to redeploy I get this message: > >rms/build_local.xml [103] FAIL - Encountered exception >java.io.IOException: java.lang.IllegalStateException: Context path / is >already in use Before doing a new deployme