Hi

I also had problems with the URL DTD references, and attributed them to our
company firewall.

You can solve the problem by removing the 'DOCTYPE' statement from the XML
documents. What you can do also is copying the DTD directly into the XML,
e.g. for web.xml:

<!DOCTYPE web-app [
     <!ELEMENT web-app (icon?, display-name?, description?, distributable?,
context-param*, servlet*, servlet-mapping*, session-config?, mime-mapping*,
welcome-file-list?, error-page*, taglib*, resource-ref*,
security-constraint*, login-config?, security-role*, env-entry*, ejb-ref*)>
     <!ELEMENT icon (small-icon?, large-icon?)>

     ...

     <!ATTLIST remote    id ID #IMPLIED>
     <!ATTLIST ejb-link
     id ID #IMPLIED>
]>



                                                                                       
                              
                   strainformatique@Gra                                                
                              
                             veleau.com       To:  [EMAIL PROTECTED]      
                              
                                              cc:                                      
                              
                                              Subject:  SilverStream and Struts        
                              
                       09.07.2001 10:55                                                
                              
                      Please respond to                                                
                              
                            struts-user                                                
                              
                                                                                       
                              
                                                                                       
                              



Hi everybody,

I have a problem with the struts example 1.0 and SilverStream 3.7.2.
When I deploy the war, the server console display:

resolveEntity('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN', 'http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd')
 Not registered, use system identifier

Any idea ?

Best regards,
Christophe Cosnefroy







Reply via email to