1 Reply Latest reply on Jul 10, 2016 3:24 AM by jaikiran

    Turning off JSP compilation on Wildfly10

    haiaw

      Hi,

       

      How to turn off jsp compilation on Wildfly10?

       

      I want to turn it off because it failse to compile my JSP pages and I don't want to change them.

        • 1. Re: Turning off JSP compilation on EAP7
          jaikiran

          I don't understand. JSPs are meant to be dynamically compiled into servlets by the server. Why do you want to disable it? If it's because of:

           

          I want to turn it off because it failse to compile my JSP pages

          then I suspect there's some issue with the JSP. What kind of failure is it? Can you provide some details?

           

          and I don't want to change them.

          That's odd. Why not?