Probably not in the way you're thinking. Struts allows you to specify more multiple config files for the same app, so you can probably specify the app-specific config and the shared config for each app. However, each of your apps will need to have copies of the same shared XML. If you're worried about duplication, you can have the shared config in one location and have your build process copy it from there. Just an idea.
- Hubert --- "Anderson, James H [IT]" <[EMAIL PROTECTED]> wrote: > We will have many related Struts apps that require identical entries in > struts-config, so I'm wondering if there's a way to define common sets of > entries and then include them in the config file for each of the apps. > > Thanks, > > jim > > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

