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=6121>. 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=6121 JSP transform problem [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-02-05 13:45 ------- This is not Cocoon - related. Your servlet engine catches and processes all requests to the URIs ending on the .jsp. You have two options here: 1. Change web.xml of your Cocoon web application. Add these lines near the end of the file: <servlet-mapping> <servlet-name>Cocoon2</servlet-name> <url-pattern>*.jsp</url-pattern> </servlet-mapping> 2. Change web.xml of the Tomcat. Then it will stop serving JSPs for all URIs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]