Hello ! I would like to define 2 sub-applications in a web.xml file (so 2 <servlet> tags with 2 ActionServlet inherited classes).
but it is said this in Struts user guide : � WARNING - Struts will not operate correctly if you define more than one <servlet> element for a controller servlet, or a subclass of the standard controller servlet class. The controller servlet MUST be a web application wide singleton. � What is the real risk ? In fact, this is for sharing the same directory tree for all my web apps : is it reliable ? thanks in advance. Arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

