I'm trying to configure SSI with Apache Tomcat 6.0. Following this http://tomcat.apache.org/tomcat-6.0-doc/ssi-howto.html,
I have removed the comments aroud the ssiServlet in $CATALINA_BASE/conf/web.xml
.
Also setup the previleged = "true" in context tag found in $CATALINA_BASE/conf/context.xml
After setting this up, i tried to start the server ( i havent deployed any webapplications yet) and im getting this exception -
Filter of class org.apache.catalina.ssi.SSIFilter is privileged and cannot be loaded by this web application
Am I missing something?