tiles config not in WEB-INF

2003-08-14 Thread Hanasaki JiJi
How can the struts action servlet be told to read its config files from WEB-INF/struts/conf instead of WEB-INF - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tiles config not in WEB-INF

2003-08-14 Thread Vic Cekvenich
Review web.xml of any Struts app to see how. .V Hanasaki JiJi wrote: How can the struts action servlet be told to read its config files from WEB-INF/struts/conf instead of WEB-INF - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: tiles config not in WEB-INF

2003-08-14 Thread Hanasaki JiJi
The main config file is easy... see below... but what about the tiles, validator etc..? strutsAction org.apache.struts.action.ActionServlet config /WEB-INF/struts/struts-config.xml debug 2 detail 2 2 Vic Cekvenich wro

Re: tiles config not in WEB-INF

2003-08-14 Thread Vic Cekvenich
Those are configured in Struts.xml. Hanasaki JiJi wrote: The main config file is easy... see below... but what about the tiles, validator etc..? strutsAction org.apache.struts.action.ActionServlet config /WEB-INF/struts/struts-config.xml debug 2