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 tomcat connector


> Yoav,
>
> One of the protocols we're going to work with is the ISO8583. Do you
> know some project similar to ours? We want to know the viability of
> implementing JAVA non http connectors...
> I downloaded the JK2 source code. It's in C!
> We have already deployed a dummy connector through the server.xml, that
> just echoes the request to the client.
> 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]
>
> -----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 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]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

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

Reply via email to