Hi, We are using the container managed security and we have lot of action mapping and roles. Specifying them in one web.xml making it too huge. We want it to split into separate logical files
KP -----Original Message----- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 10:20 PM To: [EMAIL PROTECTED] Subject: Re: Split web.xml into multiple files Prasad, Kamakshya wrote: > Hi, > > Is it possible to split web.xml into multiple files? > > KP > AFAIK the web.xml cannot be split. Most containers, however, do utilize a container-specific web app deployment descriptor that works with the web.xml. The web.xml for a Struts-based application should be relatively small and should not need to be frequently modified. Why do you want/need to split the web.xml? --------------------------------------------------------------------- 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]