RE: Adding another protocol

2001-08-21 Thread mettu . kumar
lto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 1:38 PM To: '[EMAIL PROTECTED]' Subject: RE: Adding another protocol > > > > On Tue, 21 Aug 2001 [EMAIL PROTECTED] wrote: > > > Craig, > > > > Can you point to some reference (or additional so

RE: Adding another protocol

2001-08-21 Thread Kevin Seguin
> > > > On Tue, 21 Aug 2001 [EMAIL PROTECTED] wrote: > > > Craig, > > > > Can you point to some reference (or additional some information > > ) if I want to Implement a HTTP Extension on tomcat4. > > > > Thanks In Advance, > > Kumar. > > > > The only information that exists is in the C

RE: Adding another protocol

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001 [EMAIL PROTECTED] wrote: > Craig, > > Can you point to some reference (or additional some information > ) if I want to Implement a HTTP Extension on tomcat4. > > Thanks In Advance, > Kumar. > The only information that exists is in the CVS source code repository (in

RE: Adding another protocol

2001-08-21 Thread mettu . kumar
: [EMAIL PROTECTED] Subject: Re: Adding another protocol On Tue, 21 Aug 2001, Jens-A. Reinhardt wrote: > > Hi, > > I would like to expand Tomcat to serve a protocol other than HTTP. > > Looking at the code I would assume that I have to write a > MyProtocolConnectionHandler and

Re: Adding another protocol

2001-08-21 Thread cmanolache
On Tue, 21 Aug 2001 [EMAIL PROTECTED] wrote: > That would work for most protocols I know - for example a SMTP session can > be viewed as a number of HTTP requests in a session. Then you can use > servlets/jsps as in a web applications. Your module will act as a proxy > between the protocol and ht

Re: Adding another protocol

2001-08-21 Thread cmanolache
On Tue, 21 Aug 2001, Jens-A. Reinhardt wrote: > Looking at the code I would assume that I have to write a > MyProtocolConnectionHandler and corresponding Request/ResponseAdapter that > extend/implement the TCPConnectionHandler, ResponseImpl, and RequestImpl. > > Since I haven't found any document

Re: Adding another protocol

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Jens-A. Reinhardt wrote: > > Hi, > > I would like to expand Tomcat to serve a protocol other than HTTP. > > Looking at the code I would assume that I have to write a > MyProtocolConnectionHandler and corresponding Request/ResponseAdapter that > extend/implement the TCPConn

Adding another protocol

2001-08-21 Thread Jens-A. Reinhardt
Hi, I would like to expand Tomcat to serve a protocol other than HTTP. Looking at the code I would assume that I have to write a MyProtocolConnectionHandler and corresponding Request/ResponseAdapter that extend/implement the TCPConnectionHandler, ResponseImpl, and RequestImpl. Since I haven't