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=40265>. 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=40265 ------- Additional Comments From [EMAIL PROTECTED] 2006-08-16 13:31 ------- Created an attachment (id=18721) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18721&action=view) test webapp i wrote a minimal test webapp. the server.xml is in the next attachment. The behaviour is: - when a folder exists on startup, anything below is served by tomcat - when the folder not exists, it's served by my servlet - when the folder is created after tomcat startup, it's still served by my servlet - when the folder is removed after tomcat startup, it's still served by tomcat http://192.168.100.197:8080/test.htm -> served by my servlet http://192.168.100.197:8080/xyz/xy.css -> served by my servlet http://192.168.100.197:8080/layout/test.css -> served by tomcat http://192.168.100.197:8080/layout/xy.css -> served by tomcat, 404 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
