Re: DTD Question

2002-06-01 Thread Adam Cohen
) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from the Struts Jar and should resolve DTDs very quickly. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Struts Newsgroup [EMAIL

Re: DTD Question

2002-05-31 Thread Adam Cohen
respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from

RE: DTD Question - SIMPLE SOLUTION

2002-05-31 Thread Emaho, Ghoot
A simple way of bypassing the need to access the DTD externally (as the Struts 'automatic' resolution within the jar does NOT always work - see mail archives) is to change the DOCTYPE def to something like the following: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application

RE: DTD Question

2002-05-30 Thread Thigpen, David
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-

RE: DTD Question

2002-05-30 Thread Nelson, Laird
-Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from the Struts Jar and should resolve DTDs very quickly. In case the original poster is working under Visual Age

Re: DTD Question

2002-05-30 Thread Kevin . Bedell
[EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from the Struts Jar and should resolve DTDs very

Re: DTD Question

2002-05-30 Thread James Holmes
to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from

Re: DTD Question

2002-05-30 Thread @Basebeans.com
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

RE: DTD Question

2002-05-30 Thread Andrew Hill
/dtds/web-app_2_2.dtd; /snip -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 12:40 To: [EMAIL PROTECTED] Subject: Re: DTD Question Subject: Re: DTD Question From: Serge Shikov [EMAIL PROTECTED] === Adam Cohen wrote: I'm working on a web