Hi There,
 I downloaded Struts1.1(Final Release) . While deploying struts-example.war
I got the Parsing Error /WEB-INF/struts-config.xml,
/WEb-INF/struts-config-registration.xml.  The entry for the web.xml file is

<servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
      <param-name>config</param-name>
      <param-value>/WEB-INF/struts-config.xml,
/WEB-INF/struts-config-registration.xml</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
  </servlet>

Where is the Problem ??
Regards,
Saroj







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

Reply via email to