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=4212>. 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=4212 How to configure Apache to serve static contents? ------- Additional Comments From [EMAIL PROTECTED] 2002-02-07 16:41 ------- There is a workaround for this bug. It involves seperating your JPS files from your static content file. So, a simple example would be to have two top-level directories: /jsp /static Then, in your httpd.conf, use WebAppDeploy to map your application to / jsp. Thus, any request that looks like http://yourhost/jsp/whatever.jsp will be forwarded to the container. All other requests will be handled by Apache. --Carter [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>