0 Replies Latest reply on May 25, 2015 10:48 AM by kylberger

    JSP recompilation in Wildfly 8.2.0.Final

    kylberger

      I have two questions regarding recompilation of JSP's on the fly within Wildfly 8.2.0.Final:

       

      1. Is it possible to configure it for particular application? I used to configure it in web.xml of the in JBoss 7 now the only possibility seems to be standalone.xml.

      2. Is there a way to update JSP's periodically in background thread? The check-interval attribute of <jsp-config> in standalone.xml is not working for me. It looks like there is no background thread for this anymore as it used to be in JBoss 7 .


      The only way that works for me is to set development to true in standlone.xml (<jsp-config development="true"/>).


      I need to enable JSP updates on the fly in production environment and I am afraid that setting development mode to true would impact performance and produce debugging information into logs.


      I found a similar question for check-interval attribute here https://developer.jboss.org/message/833257 but it was not answered.


      Thanks,

      Jaroslav