|
Deploying an expanded WAR file: msg#00311java.jboss.user
Hi. I'm using JBoss 3.0.0 with the embedded Jetty. I'm trying to deploy my war file as a directory. I named my directory myapp.war. In it were some jsp's, html, and the required WEB-INF/web.xml. I put this in my jboss-service.xml: <mbean code="org.jboss.deployment.scanner.URLDirectoryScanner" name="jboss.deployment:type=DeploymentScanner,flavor=URL"> .... <attribute name="URLs"> <urls> <dir name="C:/projects/myapp.war" /> </urls> </attribute> </mbean> But when I restarted JBoss, the deployer seemed to try to deploy each and every file in the directory, failing each time because the jsp files weren't valid zip files (duh). What might I be doing wrong? Thanks, Jim ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Oh, it's good to be a geek. http://thinkgeek.com/sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | JBoss 3.0 Quick Guide, Andreas Schaefer |
|---|---|
| Next by Date: | Re: Deploying an expanded WAR file, David Jencks |
| Previous by Thread: | JBoss 3.0 Quick Guide, Andreas Schaefer |
| Next by Thread: | Re: Deploying an expanded WAR file, David Jencks |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |