Subject: Re: DTD Question
From: Serge Shikov <[EMAIL PROTECTED]>
 ===
Adam Cohen wrote:
> I'm working on a web-app that is on a server that has no access to the web
> on port 80.
> When web.xml tries to get the dtd:
> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
> 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
> The server waits for a long time for the request to time out.
> I don't want to hard code a local path to the dtd and the server can't get
> accss to the web.
> Is there a better way to do?

http://wwws.sun.com/software/xml/developers/resolver/



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

Reply via email to