Re: Question about using multiple struts-config.xml files

2003-01-06 Thread Dan Tran
iple struts-config.xml files > I am trying to get my application working using multiple struts-config.xml > files and I am having problems. > I have a few questions regarding setting an application to use multiple > config files. > > This is my current setup > in my web.xm

Question about using multiple struts-config.xml files

2003-01-06 Thread Scott Reisdorf
I am trying to get my application working using multiple struts-config.xml files and I am having problems. I have a few questions regarding setting an application to use multiple config files. This is my current setup in my web.xml file i declare my config files like below: config /WEB-INF

multiple struts-config.xml files in Struts 1.1?

2002-09-19 Thread Steinar Bang
Is there any chance that James Husted's patch for allowing multiple struts-config.xml files will be included into the final Struts 1.1 release? The reason I'm interested in it, is that I would like to be able to make local customizations to a standard webapp. The local customizatio

multiple struts-config.xml files

2002-08-02 Thread Xuan Kieu Thi My
> How can you use multiple xml files instead of the unique struts-config.xml? and use >some xml include directive? > -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Multiple struts-config.xml files?

2002-02-14 Thread Press, Michael
other problem with resources? -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 3:55 AM To: [EMAIL PROTECTED] Subject: Re: Multiple struts-config.xml files? Subject: Re: Multiple struts-config.xml files? From: "Jens Mander&quo

Re: Multiple struts-config.xml files?

2002-02-14 Thread Ted Husted
truts/ "Struts Newsgroup (@Basebeans.com)" wrote: > > Subject: Re: Multiple struts-config.xml files? > From: "Jens Mander" <[EMAIL PROTECTED]> > === > > Which are the alterations required to allow struts 1.0 to permit multiple > Action Servlets? > Doesn&

Re: Multiple struts-config.xml files?

2002-02-14 Thread Jin Bal
1.0. Jin - Original Message - From: "Struts Newsgroup" <@[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 8:55 AM Subject: Re: Multiple struts-config.xml files? > Subject: Re: Multiple struts-config.xml files? > From: "Jens Mande

Re: Multiple struts-config.xml files?

2002-02-14 Thread @Basebeans.com
Subject: Re: Multiple struts-config.xml files? From: "Jens Mander" <[EMAIL PROTECTED]> === Which are the alterations required to allow struts 1.0 to permit multiple Action Servlets? Doesn't a container (e.g. Tomcat) generate separate instances for each action servlet which

Re: Multiple struts-config.xml files?

2002-02-13 Thread Ted Husted
Struts 1.0 isn't designed to permit multiple ActionServlets. Unless you've made some alterations, there may be threading problems. Struts 1.1 does speak to the issues you raise, but we are all still getting our heads around it, and trying to put some documentation together. I was also just thi

Re: Multiple struts-config.xml files?

2002-02-13 Thread Nick Pellow
"'Struts User List'" <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 8:28 AM Subject: Multiple struts-config.xml files? > I want to have multiple workflows, with users mapped to a particular > workflow based on their role. I know that Struts doesn't s

Multiple struts-config.xml files?

2002-02-13 Thread Press, Michael
I want to have multiple workflows, with users mapped to a particular workflow based on their role. I know that Struts doesn't support this now. Is there an intent to support this in the future? In the meantime, I'm interested in suggestions on the best way to implement this. Right now, I've d