In the web.xml, for the ActionServlet pass the parameter as follows for configuring multiple modules in one application:

<init-param>
     <param-name>config</param-name>
     <param-value>
      /WEB-INF/struts-config.xml,
      /WEB-INF/struts-config-module1.xml,
      /WEB-INF/struts-config-module2.xml,
      /WEB-INF/struts-config-module3.xml
     </param-value>
</init-param>



----- Original Message ----- From: "Venu Madhav" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Tuesday, August 28, 2007 4:26 AM
Subject: moduling


Hi,
I got two struts modules. I want to integrate them and make them as one application. I had an idea that we should write two struts-config files. But its not working . can any body tell me how to configure second struts-config file.

--
Regards,


Venu madhav.Yelamanchili
Developer,
WCS Team,
Miracle Software Systems,
[EMAIL PROTECTED]
Ph.No:+919963503613




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




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

Reply via email to