- 
        1. Re: Deploying an explodeddarranl May 20, 2004 7:55 AM (in response to tomerbd)Because the deployment scanner searched the configured directory for deployable items, by specifying your exploded dir it will scan the contents of it. 
- 
        2. Re: Deploying an explodedtomerbd May 20, 2004 8:18 AM (in response to tomerbd)first i must correct myself I meant: 
 "deploy/,file:///d:/temp/deploy/"
 with the ending slash... yesh its working fine this way, its scanning my deploy directory and deploying all the ear's war's in that directory...
 but when I use file:///d:/temp/deploy/app.ear this for an exploded ear it didnt work
 so I dont have any problems with scanning, and if it scanned then it shouldnt scanned it ! since the example in jboss-service.xml says :
 "
 file:/var/opt/myapp.ear
 deploy myapp.ear from a local location
 "
 so why didnt it deploy my exploded app.ear , and if it scanned it it shouldnt have...
- 
        3. Re: Deploying an explodedstarksm64 May 21, 2004 10:15 AM (in response to tomerbd)A directory cannot be a deployable, it can only hold deployable content. 
 
     
    