Struts Console requires that your DTDs are fully
qualified and won't be able to validate your config
files otherwise.

Here is the DOCTYPE for 1.1 config files:

<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts
Configuration 1.1//EN"
         
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>

-james


--- Roland Carlsson <[EMAIL PROTECTED]> wrote:
> I don't know if this is about Struts-Console or if
> this behavior is
> specified into the XML-standard. The problem is that
> SC doesn't find a DTD
> local to the XML-file. Sun ONE Studio and Tomcat do
> find the DTD with out
> complaining.
> 
> --------------------------------------
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> 
> <!DOCTYPE struts-config PUBLIC
>           "-//Apache Software Foundation//DTD Struts
> Configuration 1.1//EN"
>           "struts-config_1_1.dtd">
> 
> ---------------------------------------
> /WEB-INF/struts-config_1.1.dtd
> /WEB-INF/struts-config.xml
> ---------------------------------------
> 
> Regards
> Roland Carlsson
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:struts-user-help@;jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to