Two possibilities. First, maybe exploded directories would help you. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment. Since the war is a directory tree rather than a file, it is easy to replace or add files without restarting the whole app.
The other possibility is to add new directories to the main deployment scanner. You can do this via the "URLs" attribute on the jboss.deployment:type=DeploymentScanner,flavor=URL MBean defined at the end of server/xxx/conf/jboss-service.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002321#4002321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002321 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
