Keep the local copy. It comes with a Tomcat distribution, don't delete it or otherwise make it unavailable. Then it doesn't matter whether you have an Internet connection or not.
John
On Wed, 25 Jun 2003 11:50:27 +0200, Jon Haugsand <[EMAIL PROTECTED] bank.no> wrote:
* Jon WingfieldActually, the space is the problem. "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" is a lookup to the local file (Tomcat uses a custom implementation of EntityResolver). If the resolver fails to find the dtd then the url is used. So it works if you have an internet connection and sun is not down. In your case both lookups fail when you have no internet connection.
How do you solve this problem then? I am behind a firewall and my tomcat 4.1 does not understand web-app_2_3 and tries to load it, but can't.
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
