[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread [EMAIL PROTECTED]
Try using non-empty root element and see if that makes a difference. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835764#3835764 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835764 --

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread colte
After changing the jboss-web.xml to look like: http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";> I get a new errormessage: 2004-05-25 14:06:27,356 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/apps/jboss-3.2.3/server/default/deploy/cms.war 2004-05-25 14:06:2

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread [EMAIL PROTECTED]
The DTD comments say the doctype should be: DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.3//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd"; You're declaring 2.2, does changing that make a difference? (the dtds should be resolved locally, but only if there's an exact m

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread bartvh
Looks like xml validation of the jboss-web.xml fails because it cannot find (download) the dtd on http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835732#3835732 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread [EMAIL PROTECTED]
Why is it empty? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835726#3835726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835726 --- This SF.Net email is spons

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread colte
The problem seems to be the jboss-web.xml. If I remove it, the war deploys fine. Any thoughts? My jboss-web.xml looks like this: http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835723#3835723 Reply to the