Howdy,
There is one deployment descriptor per web application.  This deployment
descriptor is web.xml.

Struts lets you define many "sub applications" or "application flows"
(which translate into struts controller servlets) in every web
application.

The question is whether these application flows are big enough / complex
enough / loosely coupled enough (this last one is often the key) to be
webapps by themselves.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: BOULAY Arnaud [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 06, 2003 8:05 AM
>To: [EMAIL PROTECTED]
>Subject: one web.xml for many web apps
>
>Hello !
>It is said in Struts doc that only one controler servlet garantees that
all
>will work fine but I must specify many web app in one descriptor (so
many
>"Action Servlet" in 1 web.xml )  so what is the real risk ? and the
>limitations ?
>I think that it's not a good idea but I must proove it to my customer.
>Thanks in advance.
>Arnaud
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to