Re: Multiple struts-config.xml

2003-12-22 Thread James Mitchell
On Sat, 20 Dec 2003, Sudhakar G wrote: Hi, Can any one give me a example how struts supports multiple struts-config.xml file? See the struts-example.war that comes with the distribution. Thanks in advance.. cheers Sudhakar DISCLAIMER: This message (including attachment if any

RE: Multiple struts-config.xml

2003-12-20 Thread souravm
:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 10:37 AM To: Struts Users Mailing List Subject: RE: Multiple struts-config.xml Hi, In order to use multiple struts config file, you need to modify the web descriptor file as mentioned below. Thus, the ActionServlet loads each

RE: Multiple struts-config.xml

2003-12-20 Thread Mohan Radhakrishnan
-mappings /struts-config Mohan -Original Message- From: souravm [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 12:28 PM To: Struts Users Mailing List Subject: RE: Multiple struts-config.xml Hi Ashutosh, My application is huge one and hence the single struts-config.xml

Multiple struts-config.xml

2003-12-19 Thread Sudhakar G
Hi, Can any one give me a example how struts supports multiple struts-config.xml file? Thanks in advance.. cheers Sudhakar DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses

Re: Multiple struts-config.xml

2003-12-19 Thread Ted Husted
Just specify whatever files you want to use as a comma-delimited list in the web-xml. See the Struts Mailreader (struts-example) for a working example. HTH, Ted Sudhakar G wrote: Hi, Can any one give me a example how struts supports multiple struts-config.xml file? Thanks in advance.. cheers

RE: Multiple struts-config.xml

2003-12-19 Thread Ashutosh Satyam
://hostname/secondApp/Action2.do Regards, Ashutosh Satyam -Original Message- From: Sudhakar G [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 9:51 AM To: [EMAIL PROTECTED] Subject: Multiple struts-config.xml Hi, Can any one give me a example how struts supports multiple struts

Re: multiple struts-config.xml - multiple modules?

2003-10-22 Thread Ted Husted
If the tools are being developed by the same people, you'll probably be better off using mutiple struts configuration files than modules. Modules are best suited for when things are being developed by independant parties who aren't working together. If that doesn't describe you, then just give

multiple struts-config.xml - multiple modules?

2003-10-21 Thread Michael Blair
I have a question regarding overall architecture. I am going to have a huge web app; well it will be a suite of web based tools. Lets say I will have one main menu, and from there possibly 5 separate modules (separate content areas). First, how hard is it to have a struts-config for each module (I

Re: Override action in multiple struts-config.xml

2003-01-07 Thread Craig R. McClanahan
On Tue, 7 Jan 2003, Michael Lee wrote: Date: Tue, 7 Jan 2003 14:29:30 -0500 From: Michael Lee [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Override action in multiple struts-config.xml We have a base

RE: Override action in multiple struts-config.xml

2003-01-07 Thread Prakash 'pk' Trivedi
- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:24 PM To: Struts Users Mailing List Subject: Re: Override action in multiple struts-config.xml On Tue, 7 Jan 2003, Michael Lee wrote: Date: Tue, 7 Jan 2003 14:29:30 -0500 From: Michael Lee [EMAIL PROTECTED

RE: Override action in multiple struts-config.xml

2003-01-07 Thread Craig R. McClanahan
~ Craig -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:24 PM To: Struts Users Mailing List Subject: Re: Override action in multiple struts-config.xml On Tue, 7 Jan 2003, Michael Lee wrote: Date: Tue, 7 Jan 2003 14:29:30

Override action in multiple struts-config.xml

2003-01-07 Thread Michael Lee
We have a base product. It has a struts-config.xml in a webapp. We have a couple of customers that each have their own web app and struts-config.xml. Their product sits on top of the base product. We have to have a complete struts-config.xml for each customer. Is there a way to have a core

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: init-param param

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

2003-01-06 Thread Dan Tran
get the example from http://www.scioworks.com In short, your dont need to specify the module name -D - Original Message - From: Scott Reisdorf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 5:29 PM Subject: Question about using multiple struts-config.xml files

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 customization would

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Multiple struts-config.xml for Struts 1.1

2002-05-23 Thread James Holmes
, Dean (Zhun) [EMAIL PROTECTED] wrote: There were description about implementing multiple struts-config.xml in Struts 1.0x, see http://www.mail-archive.com/struts-user@jakarta.apache.org/msg28739.html Are there any similar solutions for Struts 1.1? Thanks Dean Chen -- To unsubscribe

Multiple struts-config.xml for Struts 1.1

2002-05-22 Thread Chen, Dean (Zhun)
There were description about implementing multiple struts-config.xml in Struts 1.0x, see http://www.mail-archive.com/struts-user@jakarta.apache.org/msg28739.html Are there any similar solutions for Struts 1.1? Thanks Dean Chen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Multiple struts-config.xml files?

2002-02-14 Thread Jin Bal
- 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 Mander [EMAIL PROTECTED] === Which are the alterations

Re: Multiple struts-config.xml files?

2002-02-14 Thread Ted Husted
/ 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't a container (e.g. Tomcat) generate separate instances for each

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 [EMAIL PROTECTED

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

Re: Multiple struts-config.xml files?

2002-02-13 Thread Nick Pellow
, 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 support this now. Is there an intent to support this in the future? In the meantime, I'm interested

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

multiple struts-config.xml

2001-08-16 Thread Mike Dewhirst
is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are

Re: multiple struts-config.xml

2001-08-16 Thread Becky Moyer
struts-config.xml Date: Thu, 16 Aug 2001 13:27:45 +0100 is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering

multiple struts-config.xml

2001-08-15 Thread Mike Dewhirst
is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are