What do you mean by "no access to the web on port 80?"  

One solution might be to run Apache on the same box and serve the DTD files from it:

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN" "http://localhost/j2ee/dtds/web-app_2_2.dtd";>

DT

-----Original Message-----
From: Struts Newsgroup (@Basebeans.com) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 1:40 PM
To: [EMAIL PROTECTED]
Subject: DTD Question


Subject: DTD Question
From: "Adam Cohen" <[EMAIL PROTECTED]>
 ===
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?
Thanks, Adam



--
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]>

Reply via email to