DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5532>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5532 underscore is wrong ------- Additional Comments From [EMAIL PROTECTED] 2001-12-20 11:43 ------- This is a not yet documented (sorry) feature of the AutoWebApp module so that you can have auto-served contexts with a "path" that is more than one level deep, such as "/myapp/subapp" . It uses the '_' character as an substitute for '/'. Thus, directory named "myapp_subapp" would be auto-served with a context path of "/myapp/subapp". To serve a context with the path that contains a '_' character (or an '@' which denotes a virtual host name), you will need to use an apps*.xml file to manually define the context. I will add something to the documentation and make these characters configurable in Tomcat 3.3.1. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>