Mark Thomas wrote:
Costin Manolache wrote:
Is there any plan to do a bit of cleanup ? Maybe move some of the dead
code in connectors (mod_webap, jk2, etc ) to a new repo ? And maybe
add a new 'sandbox' repository ?
I'll start a new thread to gather
candidates to move to the archive area.
Costin Manolache wrote:
Mark Thomas wrote:
I am about to kick of TC3 and TC4. Once that is complete (few days?)
I'll do the last batch which will be TC5, Connectors and Jasper.
Mark
Is there any plan to do a bit of cleanup ? Maybe move some of the dead
code in connectors (mod_webap, jk2, e
Mark Thomas wrote:
Mladen Turk wrote:
Costin Manolache wrote:
Hi,
Also, I would like to add another directory under j-t-c, with a build
file and few classes for a 'mini' experiment - i.e. using the
connector standalone, as a minimal http server, and also a target to
build a minimal servle
Mladen Turk wrote:
Costin Manolache wrote:
Hi,
Also, I would like to add another directory under j-t-c, with a build
file and few classes for a 'mini' experiment - i.e. using the
connector standalone, as a minimal http server, and also a target to
build a minimal servlet container as a sing
Bill Barker wrote:
- Original Message -
From: "Costin Manolache" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 08, 2005 10:56 PM
Subject: Small refactoring in Http11Processor
Hi,
I have a small patch, spliting the JMX-dependent code in
Http11Processor, i.e.
- Original Message -
From: "Costin Manolache" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 08, 2005 10:56 PM
Subject: Small refactoring in Http11Processor
> Hi,
>
> I have a small patch, spliting the JMX-dependent code in
> Http11Processor, i.e. the fe
Costin Manolache wrote:
Hi,
Also, I would like to add another directory under j-t-c, with a build
file and few classes for a 'mini' experiment - i.e. using the connector
standalone, as a minimal http server, and also a target to build a
minimal servlet container as a single self-contained jar
Hi,
I have a small patch, spliting the JMX-dependent code in
Http11Processor, i.e. the few lines of code dealing with the
registration of the thread pool and per thread data - and moving all
non-jmx code in a separate base class.
I know Tomcat5 is heavily dependent on JMX, but the connector