Does anyone know if Tomcat can parse both JSP and SSI within the same document?
test.jsp<%= "Hello World" %>I know that this is a terrible coding practice (since one should use JSP includes instead of SSI when coding a JSP file) but ServletExec with iPlanet allows this type of thing and we have legacy code with this requirement.Basically it looks like Tomcat would need to be told to parse every file of this type twice, once for JSP content, and once for SSI.