Re: Redeploy a war file

2008-01-26 Thread Konstantin Kolinko
It sounds like jar locking issue that is specific to Windows OS. Look for the antiJARLocking attribute of Context element. http://wiki.apache.org/tomcat/FAQ/Windows - To start a new topic, e-mail: users@tomcat.apache.org To unsub

Redeploy a war file

2008-01-22 Thread David Brown
Try to export your Eclipse project as an ANT build.xml. Edit the build.xml to perform ANT deployment upon successful command-line build of your project. Chris Riekenberg wrote .. > Hello, > > I would like to redeploy my web application as war file, but if I export > my project from Eclipse > he

Redeploy a war file

2008-01-21 Thread Chris Riekenberg
Hello, I would like to redeploy my web application as war file, but if I export my project from Eclipse he couldn't overwrite the old version in folder webapps. I deployed the library for struts in my project and he couldn't delete this while tomcat is running. So what can I do to make a redep