1 Reply Latest reply on Sep 19, 2010 8:59 AM by roqs

    JBoss 5.1 precompiling jsp

    ledit

      I was looking at the instuctions for precompiling jsp at http://community.jboss.org/wiki/PrecompileJSPs but it looks like it does not apply to JBoss 5.1.

       

      I tried modifying the classpath variables but I still get "taskdef class org.apache.jasper.JspC cannot be found".

       

      Does anyone know if jsp precompilation is supported in JBoss 5.1?

        • 1. Re: JBoss 5.1 precompiling jsp
          roqs

          add this to your classpath and make sure that the property jboss.server.dir is set similar to ${jboss.home}/server/default:

                <fileset dir="${jboss.server.dir}/deploy/jbossweb.sar">

          <include name="**/*.jar" />

                </fileset>