1 Reply Latest reply on Jul 13, 2004 11:33 PM by skidvd

    JSP precompilation after 3.2.5 upgrade

    skidvd

      Hello:

      I am attempting to upgrade from JBoss 3.0.4 to 3.2.5. However, I con no longer seem to precompile my JSPs as before:














      IThis produces errros such as the following:

      [jasperc] org.apache.jasper.JasperException: Unrecognized option: -v2. Use -help for help.


      I have also unsuccessfuly trie the Tomcat 5 recommended way such as:

















      <jasper2
      validateXml="false"
      uriroot="${srcDir}"
      webXmlFramgment="${srcDir}/WEB-INF/generated_web.xml"
      outputDir="${jspDir}"/>


      This produces the following error

      java.lang.IncompatibleClassChangeError: Implementing class

      What am I missing and/or not doing in the new version? This is a stock 3.2.5 installation.

      Thanks!