On Wed, 20 Jun 2001, Thomas Siedschlag wrote:
> Hi,
>
> to have multiple struts-config files were nice. But you must take care in
> defining actions, because multiple config files were merged to only one file.
>
Also true for global forwards, form bean definitions, data sources, etc.
> To avoid this, is there a way to have more than one ActionServlet with fully
> seperated struts-config files in the same web application context?
>
That is also a highly requested feature. It's going to take some
interesting internal rework to pull this off, because right now the major
configuration objects that Struts builds are exposed as servlet context
attributes under a single name.
> Thomas
>
Craig