I'm pretty sure it's you, not Tomcat.  My web.xml is different:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>

Note "Sun Microsystems, Inc.", not "Sun Micro" as it is in yours.  Or is
that an edit/typo?

John

-----Original Message-----
From: Dean Anderson [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 09, 2003 9:50 PM
To: Tomcat Users List
Subject: DTD problem starting tomcat 4


Since about the 4th of January, I've been getting an Invalid PUBLIC ID error
on the following web.xml file:

This app has been working for quite a while, and hasn't been changed.
Likewise, tomcat4 hasn't been changed.

When I try the java.sun.com url, it works.  Whats up?

Also, I couldn't figure out how to make it load a local dtd file. It seems
unwise to depend on remote links for critical services...  (it seems unwise
to use tomcat, if it will break without modification... I am somewhat
alarmed.)

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
        PUBLIC "-//Sun Micro//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
</web-app>

Tomcat was restarted several times in december, without complaints.

vxml.av8.net_log.2003-01-04.txt:2003-01-04 19:40:13 Invalid PUBLIC ID:
-//Sun Micro//DTD Web Application 2.3//EN
vxml.av8.net_log.2003-01-09.txt:2003-01-09 19:50:26 Invalid PUBLIC ID:
-//Sun Micro//DTD Web Application 2.3//EN
vxml.av8.net_log.2003-01-09.txt:2003-01-09 19:55:57 Invalid PUBLIC ID:
-//Sun Micro//DTD Web Application 2.3//EN
vxml.av8.net_log.2003-01-09.txt:2003-01-09 20:39:17 Invalid PUBLIC ID:
-//Sun Micro//DTD Web Application 2.3//EN



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to