Thanks for your reply

I did that. I created another directory c:\proj\vapdeploy and I was able to 
deploy the ear to the directory. 

I also changed the jboss-service.xml to scan that directory as follows:
      
         file:/c:/proj/vapdeploy/
      

However, I got this error when starting the server

09:51:06,530 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
[EMAIL PROTECTED] { url=file:/c:/proj/vapdeploy/FiboApp.ear }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/c:/proj/vapdeploy/FiboApp.ear
  altDD: null
  lastDeployed: 1137945066530
  lastModified: 1137945066515
  mbeans:

--- Incompletely deployed packages ---
[EMAIL PROTECTED] { url=file:/c:/proj/vapdeploy/FiboApp.ear }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/c:/proj/vapdeploy/FiboApp.ear
  altDD: null
  lastDeployed: 1137945066530
  lastModified: 1137945066515
  mbeans:

I guess my question is once you deploy the file to the directory, how do you 
direct JBoss to look for the ear files and actually deploy it to the server?

Thanks for your assistance

Weiping





"[EMAIL PROTECTED]" wrote : You can configure JBossIDE to use your own custom 
filesystem copy deployment targets:
  | 
  | 1) Go to Window > Preferences > JBoss-IDE > Deployer.
  | 2) On the bottom half of the page there is a list labeled "List of 
user-defined targets"
  | 3) Click the Add button next to that list and it will add the directory you 
select as custom deployment target for use in the "Deploy To" menu.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to