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 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 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 step would be implement classes
>like MyProtocolConnector, MyProtocolProcessor, MyProtocolRequest,
>MyProtocolResponse for the new connector, so we could use a servlet
>based layer, inside our middleware, to process different kinds of
>transactions.
>Is tomcat too much http driven for us to try it?
>Thanks,
>
>
>
>Henrique Faria          Senior Consultant
>Java Software Team
>tel:   55.11.3285 4699
>cel:   55.11.9811 8281
>fax:   55.11.3266 5121
>[EMAIL PROTECTED]
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to