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

RE: Multi Action servlet !

2003-11-14 Thread Edgar P Dollin
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 logic for each module, you can plug in alternate Request Processors

RE: Multi Action servlet !

2003-11-14 Thread alvin
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 logic for each module, you can plug in alternate Request

RE: Multi Action servlet !

2003-11-14 Thread Mike Jasnowski
: 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 same webserver. Cheers

Re: Multi Action servlet !

2003-11-14 Thread Ted Husted
to *.[actiontype] -- [associated action servlet] 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 servlet ! People have done

Re: Multi Action servlet !

2003-11-14 Thread Don Brown
: 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 logic for each module, you can plug in alternate Request Processors if needed. This gives you all the benefits of having

Re: Multi Action servlet !

2003-11-14 Thread Ted Husted
-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 recommended approach is to use Struts 1.1 modules. To customize

Re: Multi Action servlet !

2003-11-14 Thread Don Brown
: 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 controller logic for each module, you can plug

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,

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