[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss-5.0.0.CR1 SSI
edgoquist
do-not-reply at jboss.com
Mon Jul 7 16:35:16 EDT 2008
I'm having trouble getting SSI to work. I edited the web.xml to enable SSI
default/deployers/jbossweb.deployer/web.xml
and I modified the context.xml to grant all web apps privilege to use container jars.
default/deploy/jbossweb.sar/context.xml
but I'm getting this error when I start jboss:
16:18:05,581 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
16:18:06,329 INFO [[/]] Marking servlet ssi as unavailable
16:18:06,330 ERROR [[/]] Servlet threw load() exception
java.lang.ClassNotFoundException:
org.apache.catalina.ssi.SSIServlet
Very curious because the JspServlet is in the same jar (jbossweb.jar) as the SSIServlet but jsps work. Also, this error occurs when I start Jboss - not when I access a page that contains any SSI directives.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162946#4162946
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162946
More information about the jboss-user
mailing list