copy this file to your web-inf and use relative path's
i did like this

struts.xml
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"../conf/struts-2.0.dtd">

Sridhar Raman schrieb:
In the struts-config.xml file, I need to specify the location of the
struts_config DTD file.  Normally, this is given as an http link.  But if
the net is down, it obviously won't work.  The documentation says that one
needs to copy the DTD into the struts.jar under resources.  But doing this
also doesn't help.  I still get the same exception.

On Windows, I could atleast use file:// instead of http:// and point to a
location on the local machine.  This works, but the same doesn't work in
UNIX.

Can someone kindly help?

Thanks,
Sridhar



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

Reply via email to