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
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
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