Try replacing your jar file. This is a long shot, but when I had
these before I think the jar got corrupted. It's probably looking
for the DTD on the internet because it can find them on your computer.
You can always put the DTD's in the WEB-INF root, but you shouldn't
since Tomcat 5 should find them.

--- Hey Nony Moose <[EMAIL PROTECTED]> wrote:

> Richard Yee wrote:
> 
> > I know this is supposed to work, but I'm getting an error starting up
> > my Struts 1.2.8 application on Tomcat 5.5.15 when I unplug my computer
> > from the Internet.
> > The stack trace is:
> >
> > java.net.UnknownHostException: jakarta.apache.org
> 
> when i get these in this scenario i look for url references in xml, xsl,
> and dtd files in the assorted files and fetch the targetted file off the
> internet, put it locally and alter the url reference to point to the
> local file.   this usually works, but there's probably a more elegant
> way out of it ...  which i'm sure someone will post ... ?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to