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=33343>. 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=33343 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2005-03-09 19:04 ------- If you wish not to serve specific content then use JkUnmount or exclamation in front of mount point: JkMount /myapp/* theworker JkUnMount /myapp/*.gif theworker JkUnMount /myapp/*.jpg theworker But the best would be that you separate the static content outside the Tomcat web space. This way you will be able to serve the dynamic (.jsp) content from cluster, and static from local Apache. If your pages have /images/files.jpg the create the Apache directory for images, and move all the images from Tomcat to Apache. Please do not reopen that case again. If you wish to further discuss the subject, post a message on tomcat-dev list, because this is a right place for addressing that kind of messages. -- 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]
