Just set your 'config' init-param to something like this:

<init-param>
    <param-name>config</param-name>
    <param-value>
        /WEB-INF/struts-config-main.xml,
        /WEB-INF/struts-config-customer.xml,
        /WEB-INF/struts-config-order.xml,
        /WEB-INF/struts-config-inventory.xml
    </param-value>
</init-param>

Joe

----- Original Message -----
From: "Richard Raquepo" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 8:08 PM
Subject: Re: struts-config.xml


> can you give us a working of your web.xml.
> i'm kind of thinking your kind of solution.
> thanks...
> ----- Original Message -----
> From: "Joseph Fifield" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Friday, March 21, 2003 5:26 AM
> Subject: RE: struts-config.xml
>
>
> > If you are using 1.1, you can simply split the file into multiple files,
> > and list each comma-delimited in web.xml. IIRC, this was new in 1.1b3.
> > We have one for every major part of our application, and it required no
> > additional code changes.
> >
> > Joe
> >
> > > -----Original Message-----
> > > From: Pat Young [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, March 20, 2003 4:23 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: struts-config.xml
> > >
> > >
> > > Yes, I have looked at sub-applications and we are
> > > considering it.  Using sub-applications does have some
> > > technical considerations that have to be accounted
> > > for.    I realize that we could use a merge feature of
> > > a versioning tool also.  I was curious if anyone had
> > > any other creative ideas around this problem or if
> > > there was a feature in Struts that I had missed.
> > >
> > > Pat Young
> > >
> > >
> > >
> > > --- Mike Jasnowski <[EMAIL PROTECTED]> wrote:
> > > > Well, version control considerations aside (for
> > > > issues around merges when
> > > > new struts-config.xml are checked in), Have you also
> > > > looked at Struts
> > > > sub-applications? Each can have it's own
> > > > struts-config.xml.
> > > >
> > > > -----Original Message-----
> > > > From: Pat Young [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, March 20, 2003 4:14 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: struts-config.xml
> > > >
> > > >
> > > > I am curious as to how others are working with the
> > > struts-config.xml
> > > > file.  I am working on a large project with a team of 8 other
> > > > developers.  So far we
> > > > have over 200 actions.  The struts-config.xml is
> > > > becoming a bottle neck, because each developer needs
> > > > to update the file at the same with entries into
> > > > this
> > > > file.  Does anyone have any ideas as to how to make
> > > > working with this file any easier?  Thanks in
> > > > advance.
> > > >
> > > > Pay Young
> > > >
> > > > __________________________________________________
> > > > Do you Yahoo!?
> > > > Yahoo! Platinum - Watch CBS' NCAA March Madness,
> > > > live on your desktop!
> > > > http://platinum.yahoo.com
> > > >
> > > >
> > > ---------------------------------------------------------------------
> > > > 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]
> > > >
> > >
> > >
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your
> > > desktop! http://platinum.yahoo.com
> > >
> > > ---------------------------------------------------------------------
> > > 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]
> >
> >
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to