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
>
>
>
> 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
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
: [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
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
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
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
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