Re: Developing a new tomcat connector

2004-07-23 Thread Bill Barker
] > > -Mensagem original- > De: Shapira, Yoav [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

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

RE: Developing a new tomcat connector

2004-07-23 Thread Shapira, Yoav
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 reuse CoyoteRequest/Response and their Facades, and only focus on the ProtoclProcessor. Yoav Shapira Millennium Research Informatics >-Original Mes