Re: How to prevent deletion of comments from tomcat-users.xml

2008-04-20 Thread Markus Schönhaber
Ben Stover wrote: > As far as I noticed all comments in tomcat-users.xml > > are striped off after Tomcat started. > > How do I prevent this deletion of comments (permanently)? In server.xml, add readonly="true" to the UserDatabase , for example: Regards mks --

RE: How to prevent deletion of comments from tomcat-users.xml

2008-04-20 Thread Caldarale, Charles R
> From: Ben Stover [mailto:[EMAIL PROTECTED] > Subject: How to prevent deletion of comments from tomcat-users.xml > > As far as I noticed all comments in tomcat-users.xml > are striped off after Tomcat started. > How do I prevent this deletion of comments (permanently)? Other than by making the