Re: Developing a new tomcat connector

2004-07-23 Thread Bill Barker
See: http://www.mail-archive.com/[EMAIL PROTECTED]/msg132026.html - Original Message - From: "Henrique Faria" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 1:16 PM Subject: RES: Developing a new

Re: Developing a new tomcat connector

2004-07-23 Thread Costin Manolache
Henrique Faria wrote: Hello! Has anyone already developed a non http tomcat connector in java? We're wondering if it is possible to implement connectors, for other protocols, to work within tomcat infrastructure. The answer is yes, it is possible - and IMO a very good idea. The impl can benefit a l

RES: Developing a new tomcat connector

2004-07-23 Thread Henrique Faria
av [mailto:[EMAIL PROTECTED] Enviada em: Friday, July 23, 2004 4:39 PM Para: Tomcat Developers List Assunto: RE: Developing a new tomcat connector Hi, There's the AJP connector in Tomcat itself, you can take a look at that. Depending on your protocol and requirements, you might be able to reus

RE: Developing a new tomcat connector

2004-07-23 Thread Shapira, Yoav
Original Message- >From: Henrique Faria [mailto:[EMAIL PROTECTED] >Sent: Friday, July 23, 2004 3:35 PM >To: [EMAIL PROTECTED] >Subject: Developing a new tomcat connector > >Hello! >Has anyone already developed a non http tomcat connector in java? We're >wondering if i

Developing a new tomcat connector

2004-07-23 Thread Henrique Faria
Hello! Has anyone already developed a non http tomcat connector in java? We're wondering if it is possible to implement connectors, for other protocols, to work within tomcat infrastructure. For now, we're analyzing the existing http classes, and trying to understand its functionality. The next ste