-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
What needs to be improved?
I wanted to make a request for the Tomcat Undeploy task to have an optional "Ignore Undeploy Failure" feature so that if the webapp fails to undeploy it won't fail the build.
This would be immensely helpful in situations where you're deploying to a Tomcat server for the first time, or the last deployment failed for some reason and you want to re-run the deployment job without having to remember to go in and disable the Undeploy task.
An alternative would be a totally new task called something like, "Conditionally Undeploy" which only undeploys if there's a web app deployed at the given context root.
- is a clone of
-
BDEV-2697 Failed to load
For what it's worth, I came up with the workaround below. In our setup I needed to undeploy the application so that I could restart Tomcat without the application loading on Tomcat start.
It's kind of a hack, but it works for us for now.