Posted By:
Roeland_Lengers
Posted On:
Monday, October 25, 2004 12:36 AM
Biju,
what you need to is specify the other config-files on the same line. For example (snippet from one of my web.xml's):
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/admin-config/struts-admin-config.xml,/WEB-INF/config/struts-config.xml,/WEB-INF/config/struts-config-clientspecific.xml
debug
1
...
the rest
I believe it's rather important to NOT have spaces between the enumeration of the configfiles. So in the example there should not be a space after "struts-admin-config.xml,"
Hope this helps.