Try removing the space after the comma.

David



I've never been able to get the comma config file feature to work, but you did? If you can tell me how you did it, I would appreciate it. Here is my sniplet from my web.xml file:

    <init-param>
      <param-name>config</param-name>
      <param-value>
        /WEB-INF/struts-config.xml, /WEB-INF/struts-config-reports.xml
      </param-value>
    </init-param>

Thanks.

-----Original Message-----
From: Chuck Cavaness [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 1:41 PM
To: Struts Users Mailing List
Subject: Re: Re: Specifying comma-delimted Struts Config Files


As embarassing as it is to admit, the error was a pure operator type error. There was an <action-mappings> element missing in the second config file. I was actually taking one config file apart and splitting it into two to demonstrate this feature. Why the error complained about a missing </struts-config>, I'm not sure.

Anyway, the feature works as expected. Sorry for the distraction. Back to
your regularly scheduled program...

chuck


> > From: Rick Reumann <[EMAIL PROTECTED]> > Date: 2003/03/12 Wed PM 04:15:53 EST > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Subject: Re: Specifying comma-delimted Struts Config Files > > On Wed, 12 Mar 2003 16:00:46 -0500 > Chuck Cavaness <[EMAIL PROTECTED]> wrote: > > > Is anyone using the feature of the framework where you can specify > > multiple configuration files in the web.xml: > > Sorry I can't help Chuck, since I'm not using multiple config.xml's. > I'd like to start using them though, so when you figure what the problem > is could you please post the solution (since I'm sure I'll run across it > as well). > > > Thanks, > > -- > Rick Reumann > > --------------------------------------------------------------------- > 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]


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to