try this on web.xml:

   <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-product.xml</param-value>
     </init-param>
      <load-on-startup>1</load-on-startup>
</servlet>


2008/8/6 angelwei <[EMAIL PROTECTED]>:

>
> ya, i want to know how to create different module. this is because my
> current
> work need to do that.
> can anybody tell me how to create multiple struts configuration file??
> Thanks.
> --
> View this message in context:
> http://www.nabble.com/Create-multiple-struts-configuration-file-problem-tp18748135p18842655.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Jherald Gerome Lacambra

Reply via email to