I'm using Struts 1.0.2 and the DTD from the Struts Jar does get used but it
is taking about 5 minutes on startup. I was under the assumption that it is
because the server can't go to the web.

I guess this could be more of a Tomcat issue than Struts. Good point.

-Adam

<[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
>
>
>
> James -
>
> Where is the code for this? Can I trace this from the init() stuff in the
> Action servlet?
>
> This is Struts and not Tomcat stuff?
>
> Appreciate any pointers....
>
> Thanks,
> Kevin
>
>
>
>
> James Holmes <[EMAIL PROTECTED]> on 05/30/2002 03:50:07 PM
>
> Please 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
> the Struts Jar and should resolve DTDs very quickly.
>
> -james
> [EMAIL PROTECTED]
> http://www.jamesholmes.com/struts/
>
> --- Struts Newsgroup <[EMAIL PROTECTED]> wrote:
> > 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]>
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --
> To unsubscribe, e-mail:   <
> mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
>
>
>
>
>
>
>
> --------------------------------------------------------------------------
-
> This e-mail message (including attachments, if any) is intended for the
use
> of the individual or entity to which it is addressed and may contain
> information that is privileged, proprietary , confidential and exempt from
> disclosure.  If you are not the intended recipient, you are notified that
> any dissemination, distribution or copying of this communication is
> strictly prohibited.  If you have received this communication in error,
> please notify the sender and erase this e-mail message immediately.
> --------------------------------------------------------------------------
-
>
>
> --
> 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