https://issues.apache.org/bugzilla/show_bug.cgi?id=49539
Summary: tomcat delete webdir
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: major
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
this bugs happened form tomcat 5.5 to current 6.0.26 version and alse the 7.0
beta
I use the config file in catalinahome/conf/Catalina/localhost to deploy webapps
directory
<Context path="" docBase="D:\work\myapps\web"
privileged="true" antiResourceLocking="true" antiJARLocking="true"
crossContext="true">
</Context>
but I found that if there is something with the web.xml in my webapps such as
xml syntax error or one of the listiner start with Exception ,once you visit
the webapp via browser the tomcat throw Exception and DELETE THE HOLE WEBDIR
D:\work\myapps\web(and nothing left the jsp files and images all the file)
I am careful to avoid this issue ,bug it do happened every time .
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]