Shannon Scott wrote: > To be clear, if my .shtml lokks like this: > <html> > <body> > <!--#include virtual="/index.jsp" --> > <!--#include virtual="/myTest/index.jsp" --> > </body> > </html> > > The first include works but the second shows this on the page: > [an error occurred while processing this directive] > > I have set crossContext to true. Has anyone found a solution to this > problem?
This works for me. Things I noticed during testing this that might help: - Enabling SSI in the global web.xml breaks every non-privileged context - Broken contexts don't start - The file I was trying to include was in a broken, non-privileged context - Moving the SSI servlet config to the web.xml for the ROOT web app fixed the broken contexts so the include worked. HTH, Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]