Hi All,
I am having issues getting SSI to work with Tomcat. I have updated the web.xml file with the following code:
[html]
serverInclude
org.apache.catalina.ssi.SSIServlet
buffered0debug1expires1isVirtualWebappRelative14
serverInclude
*.page
[/html]
I have also renamed the servlets-ssi.renametojar to servlets-ssi.jar within $catalina_home/server/lib. I reviewed the catilina.out log file and I did not see any parsing errors. When I go to the *.page file that I created with the SSI, it is not working (i.e. I still see the include statement when I view the source and it is not expanding out).
Does any have any ideas, experience with this, or suggestions.
Thanks!!
James