[jbdevstudio-users] JBoss Dev Studio - hot deploy of static content in war in ear

Mitesh Manani jbdevstudio-users at lists.jboss.org
Fri Sep 19 15:51:27 EDT 2014


try making auto-deploy-exploded = true in your standalone.xml.. 

        <subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
            <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" auto-deploy-zipped="true" auto-deploy-exploded="true"/>
        </subsystem>

Posted by forums
Original post: https://developer.jboss.org/message/904509#904509



More information about the jbdevstudio-users mailing list