Hi Stew,
This is what my guys tell me:
---snip---
The problem was (and it still is) in the web.xml files that must have as validation a dtd file from
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd
�
If you look there you'll find that includes other files and one of the is j2ee_1_4.xsd;
If you go to :
http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd
you'll see that includes the following:
�
http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd
�
page that was recently removed from IBM website.
�
Now, the problem is why other instances of jetty are using local validation files and this one is using remote files. I'll try to find why.
---/snip---
It seems that the general strategy - as I believe is done with Jetty 5.1.x - is to include these files in distributions - rather than rely on the publisher (such as IBM) to correctly host these DTDs.
Back to you and thanks for looking into this! Jay
On 13-Mar-05, at 10:36 AM, Mike O'Connor wrote:
Are you still getting this bug, I looked at
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd and I don't see a
reference to ibm.com anywhere. I tried to reproduce it here and failed.
stew

