Go to /defulat/conf directory.
There is jboss--service.xml file.
Thst file loads the Deployment Scanner Mbean.

  |  <!-- ==================================================================== 
-->   <!-- Deployment Scanning                                                  
-->   <!-- ==================================================================== 
-->
  |    <!-- An mbean for hot deployment/undeployment of archives.
  |    -->
  |    <mbean code="org.jboss.deployment.scanner.URLDeploymentScanner"
  |       name="jboss.deployment:type=DeploymentScanner,flavor=URL">
  |      
  |      ---------------------------------------------------
  |      --------------------------------------------------
  | 
  |     <attribute name="URLs">
  |          deploy/
  |       </attribute>
  | 
  |       <!-- Indicates if the scanner should recursively scan directories that
  |       contain no "." in their names. This can be used to group applications
  |       and services that must be deployed and that have the same
  |       logical function in the same directory i.e.
  |         deploy/JMX/
  |         deploy/JMS/
  |         ...
  |       -->
  | 
  |       <attribute name="RecursiveSearch">True</attribute>
  | 
  |    </mbean>
You want to read this and customize according to yr settings.
Ands once u are done then make sure you post back to this thread to share yr 
experiences for everyones benefit ..;-)

Vishal





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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to