Re: Validator : network unreachable

2004-11-24 Thread Derek Broughton
On Wednesday 24 November 2004 11:35, Matt Bathje wrote: > I am pretty sure this error is related to invalid/outdated versions of > validator and/or struts. Doh! I'm still pretty new to Tomcat. I keep forgetting that applications keep their own copies of everything. Though the Debian libcommo

Re: Validator : network unreachable

2004-11-24 Thread Matt Bathje
I am pretty sure this error is related to invalid/outdated versions of validator and/or struts. Since you list an invalid validator version, I can't tell what you are using. I would try first seeing if the problem exists with the version of validator that ships with the version of struts you ar

Re: Validator : network unreachable

2004-11-24 Thread Niall Pemberton
I think you mean validator 1.1.3. These threads had similar issues - except they were using Struts 1.2.4 instead of 1.1. When you dropped in your new 1.1.3 validator jar, did you also upgrade the validator-rules.xml to the new version (with the 1.1.3 DOCTYPE) and did you change the DOCTYPE on you

Re: Validator : network unreachable

2004-11-24 Thread Derek Broughton
On Wednesday 24 November 2004 11:07, [EMAIL PROTECTED] wrote: > Probably trying to do xml validation using the dtd specified on the > doctype. Save dtd locally (and change reference) or make sure you have a > network path to jakarta.apache.org > Thanks, Jeff. I'm using tiles, and I do recall seein

RE: Validator : network unreachable

2004-11-24 Thread Simon Matic Langford
why doesn't validator use an entity resolver to pull the dtd out of the jar? > > > Probably trying to do xml validation using the dtd specified on the > doctype. Save dtd locally (and change reference) or make sure > you have a > network path to jakarta.apache.org > > JC > > > > >

Re: Validator : network unreachable

2004-11-24 Thread Guillaume Cottenceau
Derek Broughton writes: > I'm running Validator 1.3.1, Apache 2.0.52, Tomcat 4.1.30, Struts 1.1 on a > Debian Linux system. When connected to the net, Tomcat starts fine. When > unconnected, I get the following message in catalina*.log. Why on earth does > Validator need to reach the web?

Re: Validator : network unreachable

2004-11-24 Thread Jeff_Caswell
Probably trying to do xml validation using the dtd specified on the doctype. Save dtd locally (and change reference) or make sure you have a network path to jakarta.apache.org JC