This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Jboss EAP 6.4 - Changes done in server on the fly is not reflecting.ctomc Jun 8, 2016 9:02 AM (in response to gsvr)What changes are you talking about? Deployment of your application? are you using jboss tools with eclipse? 
- 
        2. Re: Jboss EAP 6.4 - Changes done in server on the fly is not reflecting.abhijithumbe Jun 13, 2016 9:56 PM (in response to gsvr)If you are modifying JSP pages then to reload jsp page at runtime you have to add below tag in web subsystem in configuration file(standalone.xml/domain.xml) <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
 <configuration>
 <jsp-configuration development="true"/> <--Notice this tag
 </configuration>Hope it helps
 
     
    