[Q] How to merge 2 web.xml files?

2002-11-12 Thread Vincent Massol
Hi, I would like to merge 2 web.xml files programmatically and generate a new web.xml. Do you know if there's some library or code that already does this? I know Tomcat has a global web.xml. Is there some code I could use from Tomcat? Does anyone has a DVSL/XSL/other stylesheet for making this

how many committers?

2002-09-24 Thread Vincent Massol
Hi, Can someone tell me how many committers there are on: - Tomcat 3.x - Tomcat 4.x - Tomcat 5.x Thanks -Vincent Note: I have not found a way to access the CVS avail file in /home/cvs (it seems I don't have the rights). -- To unsubscribe, e-mail: For additional c

RE: [GUMP] cactus-sample-servlet builds

2002-08-09 Thread Vincent Massol
Thanks Stefan. I though it was an httpclient issue but it tried it locally with the latest HttpClient and it ran fine with Tomcat 3.3.1 and Tomcat 4.0.4. Thus, I now have the feeling it is a Tomcat 3.3 problem. I just tried with yesterday nightly build of Tomcat 3.3 and I get some strange error

RE: [Proposal] Tomcat and Cactus (Repost)

2002-05-25 Thread Vincent Massol
Cactus (Repost) > > I would prefer to see a self-contained WAR file ( or a set of > self-contained wars ). > > > > Costin > > On Sat, 25 May 2002, Vincent Massol wrote: > > > Thanks to speak your mind Costin. At least you answered. I would have > > like

RE: [Proposal] Tomcat and Cactus (Repost)

2002-05-25 Thread Vincent Massol
> Cc: List Tomcat-Dev > Subject: Re: [Proposal] Tomcat and Cactus (Repost) > > On Fri, 24 May 2002, Vincent Massol wrote: > > > I'm reposting in the secret hope that I got no response to this email I > > sent last week because no one saw it in the flood of Tomcat emai

[Proposal] Tomcat and Cactus

2002-05-19 Thread Vincent Massol
Hi Tomcat developers, This is a proposal to bring Jakarta Tomcat and Jakarta Cactus (http://jakarta.apache.org/cactus) closer. I hope you'll like it. (0) Rationale Jakarta Cactus is a unit testing framework for testing Servlet, Taglibs and Filters. Jakarta Tomcat is a Servlet engine (Servlet,

RE: Tomcat 3.3 - Cactus Issue

2002-02-08 Thread Vincent Massol
Ok. Thanks Costin. What I'll keep in mind is that it is complex ... ;-) -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 08 February 2002 00:28 > To: Tomcat Developers List > Subject: RE: Tomcat 3.3 - Cactus Issue > > O

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Ok, I do now understand ... Thank you very much and sorry for the fright ! ;-) Last thing I'd like to confirm : When data is sent over a socket, it will fill the socket buffer (at the client side) and then sending of data will block until the server side reads from the socket buffer ? If the serv

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, February 07, 2002 9:05 AM > Subject: RE: Tomcat 3.3 - Cactus Issue > > > > On Thu, 7 Feb 2002, Vincent Massol wrote: > > > > &

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
gt; Is there some place I'm not looking where POST data is > added as part of the client handling for this test? > > Cheers, > Larry > > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, February 07, 2002

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
not read the POST parameter. > Does the latest 3.3.1-dev still fails on your laptop in > spite a recent change to dump unread charecters? > I've just tried with the nightly build from 6/02/2002 and it still fails (I tried 3 times and it failed on the third try). > Thanks. > > L

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Costin, See inline > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 05 February 2002 19:08 > To: Tomcat Developers List > Subject: Re: Tomcat 3.3 - Cactus Issue > > On Tue, 5 Feb 2002 [EMAIL PROTECTED] wrote: > > > Most of the time it happens when somet

RE: Tomcat 3.3 - Cactus Issue

2002-02-07 Thread Vincent Massol
Sorry guys for not jumping in earlier. Here is some more information on how Cactus works and what it does. Background info on the problem -- The problem that I reported occurs when I run Cactus own suite of Test. As you know Cactus is a testing framework. It happens

RE: Tomcat 3.3 - Cactus Issue

2002-02-05 Thread Vincent Massol
Larry, See below. > -Original Message- > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Sent: 05 February 2002 19:03 > To: 'Tomcat Developers List' > Subject: RE: Tomcat 3.3 - Cactus Issue > > Comments below. > [snip] > > > > Let me know if that helps - and if not what's the easiest

RE: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-05 Thread Vincent Massol
> -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED]] > Sent: 05 February 2002 06:44 > To: Tomcat Developers List > Subject: Re: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt > > >Issue Description > >1 Must be able to compile and run under JDK 1.

Re: Servlet Unit Testing strategies

2001-02-23 Thread Vincent Massol
Interesting ... Let me try one more time ... :) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 23, 2001 10:43 PM Subject: Re: Servlet Unit Testing strategies > > > 2) For any test framework that you use, you may have to modify your own > >

Re: Servlet Unit Testing strategies

2001-02-23 Thread Vincent Massol
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 23, 2001 8:10 PM Subject: Re: Servlet Unit Testing strategies > > Hi Tomcat developers, > > > > I'd like to have your opinion on servlet unit testing. I have written a > > simple extension to J

Servlet Unit Testing strategies

2001-02-23 Thread Vincent Massol
scussion/JSR on the subject ? Thanks a lot. Vincent Massol J2EEUnit author - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Tomcat 4.0 ServletOutputStream and Serialized object problem

2001-02-14 Thread Vincent Massol
Stream());    result = (ServletTestResult)ois.readObject();   Thanks a lot for any hint... Vincent Massol.