Multi Action servlet !

2003-11-14 Thread Karikalan Kumaresan
Hi, Does anyone know, is it possible to have 2 action servlet configured in struts for different project in a same JVM/in same webserver. Cheers, Kari... -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: 14 November 2003 07:15 To: Struts Developers List Subject: RE:

Re: Multi Action servlet !

2003-11-14 Thread Ted Husted
People have done it, but it's a delicate thing to try. The recommended approach is to use Struts 1.1 modules. To customize the front controller logic for each module, you can plug in alternate Request Processors if needed. This gives you all the benefits of having multiple servlets, without the

RE: Multi Action servlet !

2003-11-14 Thread Edgar P Dollin
vember 14, 2003 7:10 AM > To: Struts Developers List > Subject: Re: Multi Action servlet ! > > > People have done it, but it's a delicate thing to try. The > recommended > approach is to use Struts 1.1 modules. To customize the front > controller > logi

RE: Multi Action servlet !

2003-11-14 Thread alvin
t] work? As long as you are > consistent would struts care? > > Edgar > > > -Original Message- > > From: Ted Husted [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 14, 2003 7:10 AM > > To: Struts Developers List > > Subject: Re: Multi Action ser

RE: Multi Action servlet !

2003-11-14 Thread Mike Jasnowski
- From: Karikalan Kumaresan [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 6:36 AM To: 'Struts Developers List' Subject: Multi Action servlet ! Hi, Does anyone know, is it possible to have 2 action servlet configured in struts for different project in a same JVM/in sam

Re: Multi Action servlet !

2003-11-14 Thread Ted Husted
g as you are consistent would struts care? Edgar -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 7:10 AM To: Struts Developers List Subject: Re: Multi Action servlet ! People have done it, but it's a delicate thing to try. The recom

RE: Multi Action servlet !

2003-11-14 Thread Karikalan Kumaresan
Mike, Sorry for not being specific, yeah! that is in the same application same webapp, but completely different module. Kari... -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: 14 November 2003 13:53 To: Struts Developers List Subject: RE: Multi Action servlet

Re: Multi Action servlet !

2003-11-14 Thread Don Brown
hould have worked but alas. > > > > Perhaps it is a bit of a green question, but why would it not work? > > > > Best, > > > > Alvin > > > > Quoting Edgar P Dollin <[EMAIL PROTECTED]>: > > > > > >>Why wouldn't changing the servlet mapp

Re: Multi Action servlet !

2003-11-14 Thread Ted Husted
Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 7:10 AM To: Struts Developers List Subject: Re: Multi Action servlet ! People have done it, but it's a delicate thing to try. The recommended approach is to use Struts 1.1 modules. To customize the front cont

Re: Multi Action servlet !

2003-11-14 Thread Don Brown
r on this one - should it not be possible? Of > >>> course, I tried the following: > >>> > >>> action > >>> *.do > >>> > >>> differentAction > >>> *.dont > >>> > >>> with each mapping to di

Re: 1.2.x [was Multi Action servlet !]

2003-11-14 Thread Ted Husted
Don Brown wrote: If that's the case, I really want to start kicking 1.x releases out the door. What can I do to help? The big stumbling block was that some of the tests weren't running. If they've been fixed, then anyone could cut a release when they felt the code base was ready. Like, say, now.

Re: 1.2.x [was Multi Action servlet !]

2003-11-14 Thread Don Brown
Ok, so we are moving to a Tomcat-style release numbering. How exactly do we make it clear that 1.2.0 will be "beta quality" while another in the 1.2.x line will be GA quality. One advantage of alpha, beta, and rc qualifiers is it is immediately obvious to users which one is which. I think tomcat

Re: 1.2.x [was Multi Action servlet !]

2003-11-14 Thread Ted Husted
We can just label them as such on the release page. http://jakarta.apache.org/site/binindex.cgi This is a free-form page, and we can label the links anyway we like * Struts 1.1.0 - Best available version * Struts 1.2.0 - Also available ("Beta" quality release) later ... * Struts 1.2.6 - Best av