From: "Randall Svancara" <[EMAIL PROTECTED]>

Anyway I am posting my struts config file.
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://struts.apache.org/dtds/struts-config_1_2.dtd";>

I only asked for the DOCTYPE declaration, (not the whole file!) and not just for struts-config, but for all struts-related config files. I think possibly one of them has the wrong DOCTYPE.

For each config file, there should be a DTD in one of the .jar files. The one referred to above is in struts.jar, for example. Each of those DTDs has an example DOCTYPE declaration. If you use it, the system should locate the DTD within the .jar file and not go searching for it across the network.

Where are the .jar files for this webapp? They should be under WEB-INF/lib for the webapp, not in any shared/global area for the container.

--
Wendy Smoak


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

Reply via email to