RE: DTD problem starting tomcat 4

2003-01-10 Thread Dean Anderson
That helped. But that was the DOCTYPE since August.  Why did it
work before? Has something changed at Sun?

--Dean

On Thu, 9 Jan 2003, Turner, John wrote:


 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


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




RE: DTD problem starting tomcat 4

2003-01-10 Thread Turner, John

Not sure.  I've never really paid any attention to it.

John


 -Original Message-
 From: Dean Anderson [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 10, 2003 4:03 PM
 To: Tomcat Users List
 Subject: RE: DTD problem starting tomcat 4
 
 
 That helped. But that was the DOCTYPE since August.  Why did it
 work before? Has something changed at Sun?
 
   --Dean
 
 On Thu, 9 Jan 2003, Turner, John wrote:
 
 
  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
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

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




Re: DTD problem starting tomcat 4

2003-01-10 Thread Jeanfrancois Arcand
That should not make any differences since Tomcat (aka the Digester) use 
local copy of the DTD. So even if the URL is wrong, internally, Tomcat 
uses the previous one and your app should still deploy.

As why the URL change, I guess it is related when java.sun.com where 
re-designed :-(

-- Jeanfrancois



Turner, John wrote:

Not sure.  I've never really paid any attention to it.

John


 

-Original Message-
From: Dean Anderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 4:03 PM
To: Tomcat Users List
Subject: RE: DTD problem starting tomcat 4


That helped. But that was the DOCTYPE since August.  Why did it
work before? Has something changed at Sun?

		--Dean

On Thu, 9 Jan 2003, Turner, John wrote:

   

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
 

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

   


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


 



RE: DTD problem starting tomcat 4

2003-01-09 Thread Turner, John

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]