I dont understand. Noone has to concat anything.  You can include xml
fragments in your master struts-config.xml like this:

<!DOCTYPE project [
 <!ENTITY header SYSTEM "file:///config1.inc>
 <!ENTITY common SYSTEM "file:///config2.inc>
]>

where "config1.inc" is a file with xml fragments of parameters and
"config2.inc" is a file with xml fragments of more parameters.  You just
point to the file.  Wantto take them out? Pull them out of the top of
struts-config.xml



----- Original Message -----
From: "Dan Miser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 10:07 AM
Subject: Re: Extending ActionServlet


> Sure. Specify multliple config parameters in web.xml would be the first
> thing I would think of trying. I don't see why merging to one file is a
big
> deal. Part of your build script (via Ant, perhaps) would be a step that
> would concat the files together.
> --
> Dan Miser
> http://www.distribucon.com
>
> ----- Original Message -----
> From: "Thomas Siedschlag" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, June 20, 2001 3:34 AM
> Subject: Re: Extending ActionServlet
>
>
> > 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.
> >
> > 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?
>
>

Reply via email to