Yes, its possible. Add the following in the jboss-service.xml present in the 
%JBOSS_HOME%/server/default/conf folder:


  | <attribute name="URLs">         
  | 
  | deploy/, file:///C:/Application/
  | 
  | </attribute>

This jboss-service.xml file will already be containing the entry for the 
deploy/ folder (which is relative to the server home directory). All you have 
to do is add an entry for the folder containing your applications. When JBoss 
starts, its also going to look into C:/Application folder (or whatever path you 
specify in that configuration) to see if there are any deployable applications. 
If it finds any, its going to deploy them as it does with anything under the 
deploy folder.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078321#4078321

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078321
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to