RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-22 Thread GOMEZ Henri

+0, I'll do the RPM and linux mod_jk/mod_jserv stuff :)

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: Pier Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 20, 2001 4:03 AM
To: [EMAIL PROTECTED]
Subject: Re: [PROPOSAL] Tomcat 3.2.4 release


Marc Saegesser at [EMAIL PROTECTED] wrote:

 
---
---
 Vote:  Tomcat 3.2.4 Release Plan
 [ ] +1  I am in favor of the release, and will help support it
 [X] +0  I am in favor of the release, but am unable to help 
support it
 [ ] -0  I am not in favor of the release
 [ ] -1  I am against this proposal (must include a reason).
 
---
---





RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-22 Thread Larry Isaacs

[X] +1  I am in favor of the release, and will help support it

Larry



Re: [PROPOSAL] Tomcat 3.2.4 release

2001-10-22 Thread Mike Anderson

--
Vote:  Tomcat 3.2.4 Release Plan
[X] +1  I am in favor of the release, and will help support it
[ ] +0  I am in favor of the release, but am unable to help support it
[ ] -0  I am not in favor of the release
[ ] -1  I am against this proposal (must include a reason).
--

Mike Anderson




RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-22 Thread Ignacio J. Ortega

+1

Saludos ,
Ignacio J. Ortega





Re: [PROPOSAL] Tomcat 3.2.4 release

2001-10-22 Thread Pier Fumagalli

 --
 Vote:  Tomcat 3.2.4 Release Plan
 [ ] +1  I am in favor of the release, and will help support it
 [X] +0  I am in favor of the release, but am unable to help support it
 [ ] -0  I am not in favor of the release
 [ ] -1  I am against this proposal (must include a reason).
 --




Re: [PROPOSAL] Tomcat 3.2.4 release

2001-10-19 Thread costinm

+1

Would it be possible to also include a recent Jaxp ( xerces is also
fine ) and add the Jdk12Interceptor ( that sets context class loader ) in
the default server.xml ?
( with instructions on how to remove it on JDK1.1 ) ?

There are so many SOAP, etc problems that are resolved by just adding the
module, and only few people knows about this...


Costin

On Fri, 19 Oct 2001, Marc Saegesser wrote:


 I propose that we release the tip of the tomcat_32 branch as Tomcat 3.2.4.
 Since the 3.2.3 release there have been several bug fixes and patches
 applied to the branch and these should packaged as a public release.  I will
 be the release manager.

 After this release I expect that all future Tomcat 3.x development will be
 based on Tomcat 3.3.

 The release plan has been checked into cvs and a copy is attached.  Please
 review the plan reply with your vote.

 --
 Vote:  Tomcat 3.2.4 Release Plan
 [ ] +1  I am in favor of the release, and will help support it
 [ ] +0  I am in favor of the release, but am unable to help support it
 [ ] -0  I am not in favor of the release
 [ ] -1  I am against this proposal (must include a reason).
 --


 Marc Saegesser





RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-19 Thread Marc Saegesser

Regarging JAXP, if I understand correctly, I can build with and ship the
jaxp.jar and crimson.jar from JAXP-1.1 but users can still run with the
older jaxp.jar and parser.jar from jaxp-1.0.1, right?  I have two concerns.
First I want to preserve the ability for existing users to upgrade to 3.2.4
by simply copying the new webserver.jar file into tomcat/lib.  Second,
because of the class loader issues in 3.2.x, webapps see the classes from
tomcat/lib before they see the ones in their WEB-INF/lib directory.  Thus
replacing the parser in tomcat/lib could have unintended side effects on
existing applications.  I don't have any problem shipping with the later
JAXP stuff as long as we can still run with the older version that we've
shipped with in the past.

I'll take a look at the diffs between the Jdk12Interceptor in tomcat_32 and
3.3 and how it looks.


Marc Saegesser

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 19, 2001 1:08 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [PROPOSAL] Tomcat 3.2.4 release


 +1

 Would it be possible to also include a recent Jaxp ( xerces is also
 fine ) and add the Jdk12Interceptor ( that sets context class loader ) in
 the default server.xml ?
 ( with instructions on how to remove it on JDK1.1 ) ?

 There are so many SOAP, etc problems that are resolved by just adding the
 module, and only few people knows about this...


 Costin

 On Fri, 19 Oct 2001, Marc Saegesser wrote:


  I propose that we release the tip of the tomcat_32 branch as
 Tomcat 3.2.4.
  Since the 3.2.3 release there have been several bug fixes and patches
  applied to the branch and these should packaged as a public
 release.  I will
  be the release manager.
 
  After this release I expect that all future Tomcat 3.x
 development will be
  based on Tomcat 3.3.
 
  The release plan has been checked into cvs and a copy is
 attached.  Please
  review the plan reply with your vote.
 
 
 --
  Vote:  Tomcat 3.2.4 Release Plan
  [ ] +1  I am in favor of the release, and will help support it
  [ ] +0  I am in favor of the release, but am unable to help support it
  [ ] -0  I am not in favor of the release
  [ ] -1  I am against this proposal (must include a reason).
 
 --
 
 
  Marc Saegesser
 




RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-19 Thread costinm

On Fri, 19 Oct 2001, Marc Saegesser wrote:

 Regarging JAXP, if I understand correctly, I can build with and ship the
 jaxp.jar and crimson.jar from JAXP-1.1 but users can still run with the
 older jaxp.jar and parser.jar from jaxp-1.0.1, right?  I have two concerns.
 First I want to preserve the ability for existing users to upgrade to 3.2.4
 by simply copying the new webserver.jar file into tomcat/lib.  Second,
 because of the class loader issues in 3.2.x, webapps see the classes from
 tomcat/lib before they see the ones in their WEB-INF/lib directory.  Thus
 replacing the parser in tomcat/lib could have unintended side effects on
 existing applications.  I don't have any problem shipping with the later
 JAXP stuff as long as we can still run with the older version that we've
 shipped with in the past.

Both should work - you can compile with jaxp1.0 and ship with JAXP1.1,
it's the safest solution. Then it will work out-of-box as before, but will
be much easier for those who are used to replace the tomcat/lib parser (
as this step will no longer be needed ). I think those assuming JAXP1.0 is
present in lib/ is smaller, and they can still use it in lib.

 I'll take a look at the diffs between the Jdk12Interceptor in tomcat_32 and
 3.3 and how it looks.

No, the Jdk12Interceptor _is_ included in 3.2, as
org.apache.tomcat.request.Jdk12Interceptor. The only problem is that it is
not even mentioned in server.xml, and an even bigger problem is that a lot
of people are having problems with SOAP, jndi, Jaxp - all of them require
a thread context class loader.

We can only include it commented out, but I think having it in by default
is even better ( we are still compatible with JDK1.1 - but I think it's
better to ask 1.1 users to remove it instead of asking 1.2 users to add it ).

Costin




RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-19 Thread Marc Saegesser

I suppose I should vote for my own proposal.

--
Vote:  Tomcat 3.2.4 Release Plan
[X] +1  I am in favor of the release, and will help support it
[ ] +0  I am in favor of the release, but am unable to help support it
[ ] -0  I am not in favor of the release
[ ] -1  I am against this proposal (must include a reason).
--
 
Marc Saegesser 




RE: [PROPOSAL] Tomcat 3.2.4 release

2001-10-19 Thread cmanolache

On Fri, 19 Oct 2001, Marc Saegesser wrote:

+1

Costin

 I suppose I should vote for my own proposal.

 --
 Vote:  Tomcat 3.2.4 Release Plan
 [X] +1  I am in favor of the release, and will help support it
 [ ] +0  I am in favor of the release, but am unable to help support it
 [ ] -0  I am not in favor of the release
 [ ] -1  I am against this proposal (must include a reason).
 --

 Marc Saegesser





Re: [PROPOSAL] Tomcat 3.2.4 release

2001-10-19 Thread Pier Fumagalli

Marc Saegesser at [EMAIL PROTECTED] wrote:

 --
 Vote:  Tomcat 3.2.4 Release Plan
 [ ] +1  I am in favor of the release, and will help support it
 [X] +0  I am in favor of the release, but am unable to help support it
 [ ] -0  I am not in favor of the release
 [ ] -1  I am against this proposal (must include a reason).
 --