header for web.xml. To to that,
1. Remove these two lines from web.xml
2. Replace the first line (<web-app>) with this one:
On Nov 17, 1:48 pm, Jeff Schwartz <
jefftschwa...@gmail.com> wrote:
> The https version isn't available either. Attempts to reference it in the
> web.xml file abort with the following message:
>
> Connection timed out: connect web.xml
>
> A temporary solution is to remove or comment out the reference to the dtd
> from the web.xml file until the issue is resolved which will permit you to
> deploy your application.
>
> Perhaps some other organization should step up and take responsibility for
> caching this file as Oracle doesn't seem to be the benevolent Java steward
> one would have hoped it would be. Perhaps Google itself could cache this on
> one of their servers and refactor the GWT plugin to reference that.
>
> I am growing increasingly weary of Oracle and their handling of Java. Makes
> me regret the day I ever thought they might be good for the language and I
> hope Google whoops their butt in court over the Android suit. And don't even
> get me started on their latest shenanigans with Apple over the JRE.
>
> Jeff
>
>
>
> On Wed, Nov 17, 2010 at 6:41 AM, Stream18 <
strea...@gmail.com> wrote:
> > I finally found the reason for this error. It is
java.sun.com server
> > that is failing to serve the DTD file we reference in our web.xml. It
> > seems sun (now Oracle) servers for http are not serving well these
> > days, maybe it is related with Oracle migrating java web servers to
> > new platform.
>
> > (SSL secured version) instead of the original
> >
http://java.sun.com/dtd/web-app_2_3.dtd
> > in the web.xml file (DOCTYPE definition)
>
> > There is another possibility: you can use and reference a local copy
> > of this DTD file, see here how to do it:
>