<DIV><FONT color=#ff0000 size=2><FONT size=2><FONT size=2>
<P><FONT color=#407f00>Hi!</FONT></P>
<P><FONT color=#407f00>I have problem when reading&nbsp; a web.xml (only with web-app_2_3 in the doctype : web-app_2_2 works fine).</FONT></P>
<P><FONT color=#407f00>Can somebody help me.</FONT></P>
<P><FONT color=#407f00>Here are web.xml content, some code ,&nbsp; and the error message</FONT></P>
<P><FONT color=#407f00>Thanks</FONT></P>
<P><FONT color=#407f00>Tshitshi</FONT></P>
<P><FONT color=#407f00>WEB.XML</FONT></P>
<P><FONT color=#407f00>========</FONT></P><FONT size=2>
<P>&lt;?xml version=</FONT><FONT color=#2a00ff size=2>"1.0"</FONT><FONT size=2> encoding=</FONT><FONT color=#2a00ff size=2>"UTF-8"</FONT><FONT size=2>?&gt;</P></FONT><FONT color=#7f0055 size=2>
<P>&lt;</FONT><FONT color=#000000 size=2>!DOCTYPE web-app PUBLIC </FONT><FONT color=#2a00ff size=2>"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"</FONT><FONT color=#000000 size=2> </FONT><FONT color=#2a00ff size=2>"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd"</FONT><FONT size=2><FONT color=#000000>&gt;</FONT></P></FONT><FONT color=#3f7f5f size=2>
<P>&lt;!-- Copyright (c) 2002 by ObjectLearn. All Rights Reserved. --&gt;</P></FONT><FONT color=#7f0055 size=2>
<P>&lt;web</FONT><FONT size=2><FONT color=#000000>-app&gt;</FONT></P>
<P><FONT color=#000000></FONT></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- Remove the comments below to define a servlet. --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;servlet&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;servlet-name&gt;MyServlet&lt;/servlet-name&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;servlet-class&gt;examples.MyServlet&lt;/servlet-class&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;init-param&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;param-name&gt;myparam&lt;/param-name&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;param-value&gt;12345&lt;/param-value&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;/init-param&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;/servlet&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;servlet-mapping&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;servlet-name&gt;MyServlet&lt;/servlet-name&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;url-pattern&gt;/mine/*&lt;/url-pattern&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- &lt;/servlet-mapping&gt; --&gt;</P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ --&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;context</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-name&gt;monkeyCss</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-value&gt;/WEB-INF/css</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-value&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/context</FONT><FONT size=2>-param&gt;</P>
<P></P>
<P></FONT><FONT color=#7f0055 size=2>&lt;servlet&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;servlet</FONT><FONT size=2>-name&gt;action</FONT><FONT color=#7f0055 size=2>&lt;/servlet</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;servlet</FONT><FONT size=2>-class&gt;org.apache.struts.action.ActionServlet</FONT><FONT color=#7f0055 size=2>&lt;/servlet</FONT><FONT size=2>-class&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-name&gt;config</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-value&gt;/WEB-INF/struts-config.xml</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-value&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-name&gt;debug</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-value&gt;3</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-value&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-name&gt;detail</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-value&gt;3</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-value&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-name&gt;mapping</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-value&gt;tknt.ecole.struts.action.EcoleActionMapping</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-value&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;init</FONT><FONT size=2>-param&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-name&gt;dbRelativePath</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- A AFFINER --&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;param</FONT><FONT size=2>-value&gt;/WEB-INF/classes/tknt/ecole/ecoles.odb</FONT><FONT color=#7f0055 size=2>&lt;/param</FONT><FONT size=2>-value&gt; </P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/init</FONT><FONT size=2>-param&gt; </P>
<P></FONT><FONT color=#7f0055 size=2>&lt;load</FONT><FONT size=2>-on-startup&gt;1</FONT><FONT color=#7f0055 size=2>&lt;/load</FONT><FONT size=2>-on-startup&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/servlet&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;servlet</FONT><FONT size=2>-mapping&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;servlet</FONT><FONT size=2>-name&gt;action</FONT><FONT color=#7f0055 size=2>&lt;/servlet</FONT><FONT size=2>-name&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;url</FONT><FONT size=2>-pattern&gt;*.do</FONT><FONT color=#7f0055 size=2>&lt;/url</FONT><FONT size=2>-pattern&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/servlet</FONT><FONT size=2>-mapping&gt;</P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- WELCOME --&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;welcome</FONT><FONT size=2>-file-list&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;welcome</FONT><FONT size=2>-file&gt;index.jsp</FONT><FONT color=#7f0055 size=2>&lt;/welcome</FONT><FONT size=2>-file&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;welcome</FONT><FONT size=2>-file&gt;login.jsp</FONT><FONT color=#7f0055 size=2>&lt;/welcome</FONT><FONT size=2>-file&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/welcome</FONT><FONT size=2>-file-list&gt;</P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- ERRORS --&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;error</FONT><FONT size=2>-page&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;error</FONT><FONT size=2>-code&gt;404</FONT><FONT color=#7f0055 size=2>&lt;/error</FONT><FONT size=2>-code&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;location&gt;</FONT><FONT size=2>/error.jsp</FONT><FONT color=#7f0055 size=2>&lt;/location&gt;</FONT><FONT size=2> </P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/error</FONT><FONT size=2>-page&gt; </P>
<P></FONT><FONT color=#3f7f5f size=2>&lt;!-- TAGLIBS --&gt;</FONT><FONT size=2> </P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-uri&gt;/WEB-INF/taglib/struts-html.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-uri&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-location&gt;/WEB-INF/taglib/struts-html.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-location&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-uri&gt;/WEB-INF/taglib/struts-logic.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-uri&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-location&gt;/WEB-INF/taglib/struts-logic.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-location&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-uri&gt;/WEB-INF/taglib/struts-bean.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-uri&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-location&gt;/WEB-INF/taglib/struts-bean.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-location&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-uri&gt;/WEB-INF/taglib/struts-nested.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-uri&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-location&gt;/WEB-INF/taglib/struts-nested.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-location&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-uri&gt;/WEB-INF/taglib/struts-tiles.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-uri&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-location&gt;/WEB-INF/taglib/struts-tiles.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-location&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib&gt;</P></FONT><FONT size=2>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-uri&gt;/WEB-INF/taglib/struts-template.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-uri&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;taglib</FONT><FONT size=2>-location&gt;/WEB-INF/taglib/struts-template.tld</FONT><FONT color=#7f0055 size=2>&lt;/taglib</FONT><FONT size=2>-location&gt;</P>
<P></FONT><FONT color=#7f0055 size=2>&lt;/taglib&gt;</FONT><FONT size=2> </P></FONT><FONT color=#7f0055 size=2>
<P>&lt;/web</FONT><FONT size=2><FONT color=#000000>-app&gt;</FONT></P></FONT>
<P><FONT color=#407f00></FONT>&nbsp;</P>
<P><FONT color=#407f00>CODE</FONT></P>
<P><FONT color=#407f00>======</FONT></FONT></P>
<P><B><FONT color=#7f0055 size=2>public</B></FONT><FONT size=2> </FONT><B><FONT color=#7f0055 size=2>static</B></FONT><FONT size=2> </FONT><B><FONT color=#7f0055 size=2>void</B></FONT><FONT size=2> main(String[] args) </FONT><B><FONT color=#7f0055 size=2>throws</B></FONT><FONT size=2> JDOMException, IOException {</P>
<P>WebConfigDocument tc = WebConfigDocument.buildWebDeployDescriptorFromPath(</P>
<P></FONT><FONT color=#2a00ff size=2>"C:/Texts/JdoBase/ST_GEN/src/core/config/web/test/web.xml"</FONT><FONT size=2>);</P>
<P></P>
<P>XMLOutputter outp = </FONT><B><FONT color=#7f0055 size=2>new</B></FONT><FONT size=2> XMLOutputter();</P>
<P>outp.setIndent(</FONT><FONT color=#2a00ff size=2>" "</FONT><FONT size=2>);</P>
<P>outp.setNewlines(</FONT><B><FONT color=#7f0055 size=2>true</B></FONT><FONT size=2>);</P>
<P>outp.output(tc.getDeploymentDescriptorDocument(), System.out);</P>
<P>}</P></FONT>
<P>.........</FONT><B><FONT color=#7f0055 size=2></FONT></B></P>
<P><B><FONT color=#7f0055 size=2>public</B></FONT><FONT size=2> WebConfigDocument() {</P>
<P>deploymentDescriptorDocument = </FONT><B><FONT color=#7f0055 size=2>new</B></FONT><FONT size=2> Document(</FONT><B><FONT color=#7f0055 size=2>new</B></FONT><FONT size=2> Element(</FONT><FONT color=#2a00ff size=2>"web-app"</FONT><FONT size=2>));</P>
<P>deploymentDescriptorDocument.setDocType(</P>
<P></FONT><B><FONT color=#7f0055 size=2>new</B></FONT><FONT size=2> DocType(</P>
<P></FONT><FONT color=#2a00ff size=2>"web-app"</FONT><FONT size=2>,</P>
<P></FONT><FONT color=#2a00ff size=2>"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"</FONT><FONT size=2>,</P>
<P></FONT><FONT color=#2a00ff size=2><A href="http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">http://java.sun.com/j2ee/dtds/web-app_2_3.dtd</A></FONT><FONT size=2>));</P>
<P>}</P></FONT>
<P>...........</P>
<P><FONT color=#407f00>ERROR MESSAGE</FONT></P>
<P><FONT color=#407f00>===============</FONT></P>
<P>org.jdom.input.JDOMParseException: Error on line 1 of document http://java.sun.com/j2ee/dtds/web-app_2_3.dtd: L'entité de paramètre externe "%[dtd];" contient des caractères après le balisage.</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:377)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:724)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:703)</P>
<P>at core.config.web.WebConfigDocument.buildWebDeployDescriptor(WebConfigDocument.java:35)</P>
<P>at core.config.web.WebConfigDocument.buildWebDeployDescriptorFromPath(WebConfigDocument.java:98)</P>
<P>at core.config.web.test.WebXmlTest.main(WebXmlTest.java:25)</P>
<P>Caused by: org.xml.sax.SAXParseException: L'entité de paramètre externe "%[dtd];" contient des caractères après le balisage.</P>
<P>at org.apache.crimson.parser.Parser2.fatal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.fatal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.externalParameterEntity(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.parse(Unknown Source)</P>
<P>at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:370)</P>
<P>... 5 more</P>
<P>Caused by: org.xml.sax.SAXParseException: L'entité de paramètre externe "%[dtd];" contient des caractères après le balisage.</P>
<P>at org.apache.crimson.parser.Parser2.fatal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.fatal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.externalParameterEntity(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.parse(Unknown Source)</P>
<P>at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:370)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:724)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:703)</P>
<P>at core.config.web.WebConfigDocument.buildWebDeployDescriptor(WebConfigDocument.java:35)</P>
<P>at core.config.web.WebConfigDocument.buildWebDeployDescriptorFromPath(WebConfigDocument.java:98)</P>
<P>at core.config.web.test.WebXmlTest.main(WebXmlTest.java:25)</P>
<P>Caused by: org.xml.sax.SAXParseException: L'entité de paramètre externe "%[dtd];" contient des caractères après le balisage.</P>
<P>at org.apache.crimson.parser.Parser2.fatal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.fatal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.externalParameterEntity(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)</P>
<P>at org.apache.crimson.parser.Parser2.parse(Unknown Source)</P>
<P>at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:370)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:724)</P>
<P>at org.jdom.input.SAXBuilder.build(SAXBuilder.java:703)</P>
<P>at core.config.web.WebConfigDocument.buildWebDeployDescriptor(WebConfigDocument.java:35)</P>
<P>at core.config.web.WebConfigDocument.buildWebDeployDescriptorFromPath(WebConfigDocument.java:98)</P>
<P>at core.config.web.test.WebXmlTest.main(WebXmlTest.java:25)</P>
<P>Exception in thread "main" </P></FONT></DIV><BR><BR>--------------------------------<br>Tshitshi  KIA NTONI<br>91A, avenue des combattants<br>B-1340 Ottignies<br><br>GSM : 0495 / 75 48 98<br>Tel : 010 / 45 44 10<br>Fax : 010 / 75 20 69<p><hr size=1><font face="Arial" size="2">Want to chat instantly with your online friends? <a href="http://uk.rd.yahoo.com/mail/tagline_messenger/*http://uk.messenger.yahoo.com/"><b>Get the FREE Yahoo!
Messenger</b></a></font>