RE: connector status in tomcat 4

2001-05-29 Thread GOMEZ Henri
: Re: connector status in tomcat 4 for example, in my case, currently all i care about is being able to forward requests based on uri from iis and netscape to tomcat. so, for me, ajp does what i need it to, while warp/webapp currently does not (no iis/netscape support yet). hence, i would

RE: connector status in tomcat 4

2001-05-29 Thread GOMEZ Henri
GOMEZ Henri at [EMAIL PROTECTED] wrote: In that case, what is the point of warp. Is it going to be faster, more scalable or something? warp is a whole new developpement using very recent lib tools like APR. And a bunch of other features and improvements, but it seems that no one ever

RE: connector status in tomcat 4

2001-05-29 Thread Erik Hellman
-Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] What is it that the connector has to be able to do? Is it sufficient if it simply can forward the HTTP request to tomcat or does it need to play around with it? I guess it must do something or the disscusion on

RE: connector status in tomcat 4

2001-05-29 Thread GOMEZ Henri
Ok. Is there any written specification för the ajp protocol adn where can I find it? You could find both ajp13 and ajp14 protocol documentation in at least : jakarta-tomcat-connectors/jk/src/doc/

RE: connector status in tomcat 4

2001-05-28 Thread GOMEZ Henri
My question is what the status is on the apache connector in tomcat 4. I've been testing Jakarta 4 in standalone mode and is very pleased with it, but we can't run it like that once we release the system for all our students.. ;) There is actually 2 connectors for Apache Tomcat 4.0 : -

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
GOMEZ Henri wrote: My question is what the status is on the apache connector in tomcat 4. I've been testing Jakarta 4 in standalone mode and is very pleased with it, but we can't run it like that once we release the system for all our students.. ;) There is actually 2 connectors for

RE: connector status in tomcat 4

2001-05-28 Thread Erik Hellman
/webapp? // Erik -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4 GOMEZ Henri wrote: My question is what the status is on the apache connector in tomcat 4. I've

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
another choice. you'll be free to make the decision yourself as to what connector you want to use. // Erik -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4

Re: connector status in tomcat 4

2001-05-28 Thread Dave Oxley
I thought the idea of warp/webapp was that it was to support servlet api 2.3 and ajp/jk couldn't eaily be modified to support the new specs. Dave [EMAIL PROTECTED] From: kevin seguin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4

RE: connector status in tomcat 4

2001-05-28 Thread GOMEZ Henri
) = /examples/servlet/* /examples/*.jsp /examples/*.xml Dave [EMAIL PROTECTED] From: kevin seguin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4 Date: Mon, 28 May 2001 09:52:43 -0500 Ok, so which one would you say should has highest

RE: connector status in tomcat 4

2001-05-28 Thread Dave Oxley
In that case, what is the point of warp. Is it going to be faster, more scalable or something? If not why was it created? Dave [EMAIL PROTECTED] From: GOMEZ Henri [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: connector status in tomcat 4 Date: Mon, 28 May

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4 Date: Mon, 28 May 2001 09:52:43 -0500 Ok, so which one would you say should has highest priority? that probably depends on who you ask ;-) Having a quick look at the CVS

RE: connector status in tomcat 4

2001-05-28 Thread GOMEZ Henri
[EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: connector status in tomcat 4 Date: Mon, 28 May 2001 17:43:41 +0200 I thought the idea of warp/webapp was that it was to support servlet api 2.3 and ajp/jk couldn't eaily be modified to support the new specs. What's

RE: connector status in tomcat 4

2001-05-28 Thread Erik Hellman
-Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 5:47 PM To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4 for example, in my case, currently all i care about is being able to forward requests based on uri from iis and netscape to tomcat

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
, too. // Erik -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 5:47 PM To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4 for example, in my case, currently all i care about is being able to forward requests based

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
Dave Oxley at [EMAIL PROTECTED] wrote: In that case, what is the point of warp. Is it going to be faster, more scalable or something? If not why was it created? It has a completely different architecture and approach to the problem of passing HTTP requests between two endpoints in remote

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
Erik Hellman at [EMAIL PROTECTED] wrote: Ok, another question then. What is it that the connector has to be able to do? Is it sufficient if it simply can forward the HTTP request to tomcat or does it need to play around with it? I guess it must do something or the disscusion on ajp13/jk

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: In that case, what is the point of warp. Is it going to be faster, more scalable or something? warp is a whole new developpement using very recent lib tools like APR. And a bunch of other features and improvements, but it seems that no one ever

Re: connector status in tomcat 4

2001-05-28 Thread egcs12md
Where to download ajp13/jk ajp14/jk connectors for Apache Tomcat 4.0 ? - Original Message - From: kevin seguin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 9:04 PM Subject: Re: connector status in tomcat 4 GOMEZ Henri wrote: My question is what

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
egcs12md at [EMAIL PROTECTED] wrote: Where to download ajp13/jk ajp14/jk connectors for Apache Tomcat 4.0 ? Check out the jakarta-tomcat-connectors CVS module. Pier

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
: Monday, May 28, 2001 9:04 PM Subject: Re: connector status in tomcat 4 GOMEZ Henri wrote: My question is what the status is on the apache connector in tomcat 4. I've been testing Jakarta 4 in standalone mode and is very pleased with it, but we can't run it like that once we release

Re: connector status in tomcat 4

2001-05-28 Thread egcs12md
But I'm Win32 user ! - Original Message - From: Pier P. Fumagalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 9:00 AM Subject: Re: connector status in tomcat 4 egcs12md at [EMAIL PROTECTED] wrote: Where to download ajp13/jk ajp14/jk connectors

connector status in tomcat 4

2001-05-25 Thread Erik Hellman
This summer I will be involved in a quite large project at our University aiming to create a web-based system for administrating and presenting course-information (and some other nifty features..). We will be using tomcat 4 for this and apache as the webserver. The final product will be released

Re: connector status in tomcat 4

2001-05-25 Thread Pier P. Fumagalli
Erik Hellman at [EMAIL PROTECTED] wrote: This summer I will be involved in a quite large project at our University aiming to create a web-based system for administrating and presenting course-information (and some other nifty features..). We will be using tomcat 4 for this and apache as the

Re: connector status in tomcat 4

2001-05-25 Thread kevin seguin
which connector are you talking about? the new warp/webapp stuff, or the ajp connector(s)? i don't know much about warp/webapp, but i do know the ajp13 connector for tomcat 4 is a work in progress. it's kind of in a holding pattern right now, waiting for some other things to happen.