Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Keshav Arora
40 AM, Konstantin Kolinko wrote: > 2011/3/3 Keshav Arora : > > > > Yes you are correct, we redeploy the application by copying the new > version > > of war file to webapps folder. I've created a build script that builds > the > > war file and copy it to Tomcat\webapps

Re: Error in Tomcat when redeploying the Web application

2011-03-03 Thread Keshav Arora
Thomas, Thanks so much for your reply! Yes you are correct, we redeploy the application by copying the new version of war file to webapps folder. I've created a build script that builds the war file and copy it to Tomcat\webapps folder. Tomcat is installed on my local machine. So file is always c

Error in Tomcat when redeploying the Web application

2011-03-02 Thread Keshav Arora
Hi All, We have been using Tomcat version 6.0.29 to deploy our webapp and everything works great. In our development environment we can deploy/undeploy our web app multiple times without getting any errors in Tomcat. Recently we switched to Tomcat 7.0.8 and every time we redeploy our application