about deployments on JBOSS EAP6.4 but not hot deployments

Latest response

Say i have successfully deploy a war app on jboss eap6.4. I want to replace some old contents with new ones without just replace old war file with new war file. Are there any approaches to do the thing discussed above with jboss eap6.4? like with tomcat i can just modify some contents of exploded folder of my app on server without restart the tomcat.

Responses