Re: Multiple struts-config files with wildcards

2006-07-19 Thread David Durham
Volker Krebs wrote: I want to use wildcards. So it should look like this. config /WEB-INF/struts*, /WEB-INF/user/struts* Has anyone some hints ? I was thinking about extending org.apache.struts.action.ActionServlet and overwriting parseModuleConfigFile(Digester digester, Strin

Multiple struts-config files with wildcards

2006-07-19 Thread Volker Krebs
Hello, I want to specify multiple struts-config files. But I don't want to use comma seperated list like config /WEB-INF/struts-config.xml, /WEB-INF/struts-config2.xml, /WEB-INF/struts-config3.xml I want to use wildcards. So it should look like this. config /WEB-