[jboss-user] [EJB 3.0] - Re: Exploded EAR

jaikiran do-not-reply at jboss.com
Thu Jun 5 12:57:03 EDT 2008


If you want to deploy the application from a folder other than the deploy folder of JBoss, then you have to edit the jboss-service.xml in %JBOSS_HOME%\server\< serverName>\conf folder as follows:

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

What this means is, an application (ex:.war or .ear) placed in the C:\test folder, will be picked up for deployment.


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156057



More information about the jboss-user mailing list