I'm trying to use Camino with Struts(latest nightly build) and Tomcat 4. It seems to require the doctype to be included in the struts-config.xml to work.
 
with this included it works just fine:
 
<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
 
 
otherwise Tomcat returns a XML parsing error at startup.
 
Is there any way to get this automatically included in the struts-config.xml file that Camino produces?
 
Regards /Magnus

Reply via email to