From: "Joe Germuska" <[EMAIL PROTECTED]>
> Have you tried putting a copy of the DTD in WEB-INF/classes?  Might
> be a workaround.   It seems peculiar that it is telling you exactly
> where in the classpath it isn't finding something -- so it's not (as
> you noted) that it isn't there.

Thank you!  That works.  Earlier I was vaguely remembering that we used to
have to configure something in web.xml... but that turned out to be tld's,
and I never got as far as figuring out where to put a "loose" dtd file.

> Maybe there's something quirky about the JAR
> you have that your app server doesn't like.

I'd like to blame the .jar file, except that I can deploy
struts-examples.war on the offending server, and the module that has
validation works fine.  I copied commons-validator.jar from the working
struts-examples webapp over to my own and stopped/started-- same error.
This is just plain weird.  But HP-UX is like that sometimes. ;)

> Is it trying to read the DTD from a WAR?  Or an "exploded" directory?

Exploded directory.

Thanks again!  Now I'm off to convince Ant to extract the dtd or copy it
from somewhere to 'classes' so I don't lose it every time I clean and
compile.

-- 
Wendy Smoak


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

Reply via email to