1 Reply Latest reply on Sep 17, 2015 11:30 AM by jboss234

    Wildfly JSP updates on the fly in production env

    jboss234

      I am using wildfly8.2.0,

      To pick up JSP changes I have added <jsp-config development="true"/> in standalone.xml

      I need to enable JSP updates on the fly in production environment, for production environment I afraid to use development="true" .

      What are the other setting should I try for production environment.


      Thanks