Re: When does tomcat 7.0.76 determine it needs to redeploy the war file?

2021-07-14 Thread Brian Wolfe
Thx mark. that was helpful On Mon, Jul 12, 2021 at 2:38 PM Mark Thomas wrote: > On 12/07/2021 19:21, Brian Wolfe wrote: > > Hi, > > As the subject asks, when does tomcat decide that it needs to redeploy > the > > war file? I know the usual one where the a

Re: When does tomcat 7.0.76 determine it needs to redeploy the war file?

2021-07-12 Thread Mark Thomas
On 12/07/2021 19:21, Brian Wolfe wrote: Hi, As the subject asks, when does tomcat decide that it needs to redeploy the war file? I know the usual one where the app folder does not exist. Basically I have an app where some changes were made to the webapp folder, but were not made

When does tomcat 7.0.76 determine it needs to redeploy the war file?

2021-07-12 Thread Brian Wolfe
Hi, As the subject asks, when does tomcat decide that it needs to redeploy the war file? I know the usual one where the app folder does not exist. Basically I have an app where some changes were made to the webapp folder, but were not made in the accompanied war file. Then we updated the web.xml

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