You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Saroj Kumar Choudhury <sa...@direct2s.com> on 2003/07/01 12:19:34 UTC

Problem With Struts1.1 Example

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org