https://issues.apache.org/bugzilla/show_bug.cgi?id=53395
Priority: P2
Bug ID: 53395
Assignee: [email protected]
Summary: Syntactically incorrect webapp context.xml breaks auto
deploy
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 6.0.35
Component: Catalina
Product: Tomcat 6
Installing a war that contains a META-INF/context.xml with invalid XML causes
further updates to the war to be ignored. Other wars can be deployed, it's
just the broken webapp that can't be updated. Restarting tomcat with a fixed
war in place does not fix the problem, the conf/Catalina/localhost/webapp.xml
is reparsed and breaks deployment again. The only fix is to remove
conf/Catalina/localhost/webapp.xml and restart with a fixed war in place.
The syntax I used for the error was a mistyped xml comment:
<Context>
!--<Valve .... /-->
</Context>
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]