Hi all,

It appears my attempt to deploy an exploded war is failing. My 
jboss-service.xml file contains the following URL entry:

      <attribute name="URLs">
  |        deploy/, /depot/trunk/main/webapp.war/
  |       </attribute>

The webapp.war directory contains a lot of images and html pages. The 
JarDeployer of JBoss seems to go crazy and deploy all of them as Jar file. Is 
there any reason why the JarDeployer would be trying to grab every single file 
from there? Shouldn't  the deployment of the webapp simply read the web.xml and 
be done?

The message I see is:

anonymous wrote : 21:05:50,703 WARN  [JARDeployer] Failed to add deployable 
jar: file:/C:/depot/XXX/main/config/jboss/XXX/tmp/deploy/tmp52559x.js

Then I see a ton of "java.util.zip.ZipException: error in opening zip file" 
messages

Thanks for the help.

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to