7 Replies Latest reply on Jun 30, 2008 3:10 PM by edgoquist

    JBoss-4.2.2GA SSI

    edgoquist

      I'm trying to install the latest stable version of JBoss - jboss-4.2.2GA - and I'm having a problem with server-side-includes. The documentation says:

       <!-- IMPORTANT: To use the SSI servlet, you also need to rename the -->
       <!-- $CATALINA_HOME/server/lib/servlets-ssi.renametojar file -->
       <!-- to $CATALINA_HOME/server/lib/servlets-ssi.jar -->
      


      Assuming that CATALINA_HOME is .../jboss-4.2.2GA/server/default/deploy/jboss-web.deployer, the SSI jar file doesn't exist. The directory. $CATALINA_HOME/server doesn't even exist.

      I'm upgrading from JBoss 4.0 which came with tomcat integrated right into it. Do I now have to install tomcat separately? If so, how?

      What's the deal? How do you get SSI to work with JBoss4.2?