1 Reply Latest reply on Sep 15, 2016 12:37 AM by jaikiran

    how to precompile jsp files

    hchenkwi

      Hi there,

       

      We are upgrading from JBoss 4.2.1GA to Wildfly 10.0.0.Final.  Jboss 4 has very loose syntax check, some jsp files have wrong syntax but they still work under JBoss 4.2.1. Wildfly is more strict on syntax and caused the jsp failed on compilation.

       

      We have a lot of jsp files, it will be hard to click every page to compile them. I want to find a way to precompile all the jsp files so at least any jsp failed on compilation can show up.

       

      In Wildfly, is there any configuration or tool to pre-compile all the jsp files?

       

      Thanks, Helen