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
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to