DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29174>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29174 complain about liveDeploy tags and enhance documentation of deployOnStartup ------- Additional Comments From [EMAIL PROTECTED] 2004-05-26 17:23 ------- You should adjust your expectations regarding the stack dump or complaints about unknown elements when it comes to parsing tomcat's server.xml. You won't get any such stack dumps or warning messages, because: - There's no DTD/schema to validate server.xml, as you noted, and - We use Digester to scan for predefined patterns and attributes only, so unknown ones are simply ignored If you find the documentation insufficient, please provide patches that are actual diff files, rather than general complaints. We will gladly evaluate and apply them as needed. The source code is easy to download, and you can grep it for "liveDeploy" or "autoDeploy" to see exactly what the relevant code does. If something is in the code, then it's in the docs. If it's not in the docs, it's irrelevant in the code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]