https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
Mark Thomas changed:
What|Removed |Added
Component|Catalina|Manager
--- Comment #9 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
Mark Thomas changed:
What|Removed |Added
Product|Tomcat 8|Tomcat 9
Version|8.0.30
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
--- Comment #7 from Vinjones ---
Could we have juste an option to prevent it from happening ?
So there will be no probleme of retrocompatibility.
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
bernard changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
--- Comment #4 from Mark Thomas ---
I think the docs need fixing. Try something like this:
http://localhost:8080/manager/text/deploy?war=file:/d:/test1.war&path=/test&update=true
http://localhost:8080/manager/text/deploy?war=file:/d:/test2.war
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
--- Comment #3 from bernard ---
Thanks Mark for the info.
I looked again at
https://tomcat.apache.org/tomcat-8.0-doc/manager-howto.html#Reload_An_Existing_Application
With
http://host:port/manager/text/deploy?path=/mypath&update=true&war=jar
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #2 from Mark Tho
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
--- Comment #1 from bernard ---
Sorry I should have written:
With controlled fashion we mean that we don't want to be exposed to the
complexity that comes with autoDeploy="true".
--
You are receiving this mail because:
You are the assignee f