RE: Reducing the burden on ActionServlet.

2001-05-01 Thread Tewathia, Atul
As far as I can recall the struts-config.xml file is loaded and parsed in the initMappings() method of ActionServlet. Can we really have more than oneconfiguration file in our application. -Original Message-From: Jason Chaffee [mailto:[EMAIL PROTECTED]]Sent: Saturday, April 28,

RE: Reducing the burden on ActionServlet.

2001-05-01 Thread Jason Chaffee
Yes, you can, but you will need to extend the ActionServlet to load each config file. -Original Message-From: Tewathia, Atul [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 01, 2001 6:51 AMTo: [EMAIL PROTECTED]Subject: RE: Reducing the burden on ActionServlet. As far

Re: Reducing the burden on ActionServlet.

2001-04-28 Thread Jonathan Asbell
Title: Reducing the burden on ActionServlet. Isnt it true that if you have 10 users you would have 10 instances of the ActionServlet? I believe it is not a singleton and that you always have an instance of the servet for each threaded request. - Original Message - From:

RE: Reducing the burden on ActionServlet.

2001-04-28 Thread Danail Grigorov
-Original Message-From: Jonathan Asbell [mailto:[EMAIL PROTECTED]]Sent: Saturday, April 28, 2001 3:01 PMTo: [EMAIL PROTECTED]Subject: Re: Reducing the burden on ActionServlet. Isnt it true that if you have 10 users you would have 10 instances of the ActionServlet? I believe

Re: Reducing the burden on ActionServlet.

2001-04-28 Thread Danail Grigorov
[mailto:[EMAIL PROTECTED]]Sent: Saturday, April 28, 2001 3:01 PMTo: [EMAIL PROTECTED]Subject: Re: Reducing the burden on ActionServlet. Isnt it true that if you have 10 users you would have 10 instances of the ActionServlet? I believe it is not a singleton and that you always have