<html>
Hello all!!<br><br>
I'm a spanish developer. I have do a getaway with tomcat, jdom etc etc. I
need change the web.xml file of my webapp. I have a problem. This file
has a DocType like this: <br>
<font face="Arial, Helvetica" size=1 color="#000080">&lt;!DOCTYPE web-app
PUBLIC &quot;-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN&quot;
&quot;http://java.sun.com/dtd/web-app_2_3.dtd&quot;&gt;<br><br>
When i try to parse the document, thow SAXException: <br><br>
org.jdom.JDOMException: Error on line 2: Entidad externa no encontrada:
&quot;<a href="http://java.sun.com/dtd/web-app_2_3.dtd" eudora="autourl">http://java.sun.com/dtd/web-app_2_3.dtd</a>&quot;.:
Connection refused: connect<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>at
org.jdom.input.DOMBuilder.build(DOMBuilder.java:278)<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>at
org.jdom.input.DOMBuilder.build(DOMBuilder.java:307)<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>at
plugins.administracion.confServicios.AdmServicios.getDocument(AdmServicios.java:459)<br><br>
I can't connect because i haven't got Internet connection. <br>
I need build this document and i can't do it!!!!<br><br>
Please, someone can help me, please??<br><br>
After a week, I haven't could solve this problem.<br><br>
thanks for all<br><br>
PD: I can't delete the doctype because if i do it, tomcat not open the
web.xml.<br><br>
PD2: Sorry for my bad english :-)</font></html>