Oh ... Yes !! Thanks :) ----- Original Message ----- From: "Bill Barker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 6:46 AM Subject: Re: java.net.UnknownHostException: jakarta.apache.org
> It's a simple typo. You have: > "-//Apache Software Foudation//DTD Struts Configuration 1.1//EN" > > The correct is: > "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" > > If you fix the spelling in your <!DOCTYPE ...>, then Struts will be able to > find the DTD even without an internet connection. > > "Flo" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Yes i think it's a problem whith Struts > > but i didn't understand what i must do to solve it. > > Sorry, i'm French ;) > > > > my strust-config.xml start with this : > > <?xml version="1.0" encoding="ISO-8859-1"?> > > > > <!DOCTYPE struts-config PUBLIC > > "-//Apache Software Foudation//DTD Struts Configuration 1.1//EN" > > "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> > > > > What are the changes needed to solve my problem ? > > > > > > ----- Original Message ----- > > From: "Bill Barker" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, June 25, 2003 6:37 AM > > Subject: Re: java.net.UnknownHostException: jakarta.apache.org > > > > > > > It is probably a problem with struts (or some other Jakarta project > other > > > than Tomcat). Including a stack-trace would help identify the problem. > > > > > > I have several 4.1.24 installs on machines that are behind a firewall > (so, > > > effectively they have no internet connection), so they would act like > this > > > if there was a problem with the Tomcat distro. > > > > > > The usual reason for this is a typo in the <!DOCTYPE ...> of one of your > > xml > > > files. You can rule out web.xml, since that one would be looking for > > > 'java.sun.com'. The value of PUBLIC must match identically, including > > > white-space. The stack-trace should help you narrow down which file has > a > > > problem. > > > > > > "Flo" <[EMAIL PROTECTED]> wrote in message > > > news:[EMAIL PROTECTED] > > > Hi > > > > > > i installed Tomcat 4.1.24 > > > My internet connection was down and when i restart Tomcat i got on > > starting > > > this error : > > > java.net.UnknownHostException: jakarta.apache.org > > > ... > > > > > > And i was unable to test my work > > > > > > How can i fix this problem ? > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
