1 Reply Latest reply on Aug 6, 2009 11:13 AM by peterj

    Migrating from JBoss 4.0.5 to Jboss 4.2.3

      What are the Jar files required in JBoss 4.2.3 server to pre-compile JSP files?

      In Jboss-4.0.5 , we used jasper-runtime.jar, jasper-compiler.jar, commons-el.jar to pre-compile JSPs. But these jar files are not available in the 4.2.3 version. I tried to compile JSPs using jbossweb.jar, jasper-jdt.jar present in jboss-web.deployer folder of Jboss 4.2.3, but the build fails as JSPC is not found. I guess the Jars available in jboss-web.deployer doesn't include anything that helps me to pre-compile the JSPs(correct me if I am wrong).

      If I paste jasper-runtime.jar, jasper-compiler.jar, commons-el.jar present in jbossweb-tomcat55.sar of Jboss 4.0.5 server into jboss-web.deployer folder of Jboss 4.2.3[though this is not the feasible solution for my problem], the build will be successful with no errors.

      I guess I'm out of luck for the moment and any information regarding server migration would be very helpful.