RE: non Http connector

2002-11-15 Thread David Tildesley
peculiar requirement. -Original Message- From: Yves Duhem [mailto:yves.duhem@;cryptolog.com] Sent: Friday, 15 November 2002 10:03 p.m. To: Tomcat Users List Subject: Re: non Http connector Thanks for your answer, in fact I don't want to use http at all and I was wondering if it was possible

RE: non Http connector

2002-11-15 Thread Turner, John
n B. Moore [mailto:jbm@;microps.com] > Sent: Friday, November 15, 2002 11:56 AM > To: Tomcat Users List > Subject: Re: non Http connector > > > John, > > Maybe you can clear this up for me.. I get the hint from several > different messages that the CoyoteConnecto

Re: non Http connector

2002-11-15 Thread John B. Moore
John, Maybe you can clear this up for me.. I get the hint from several different messages that the CoyoteConnector handles both JK and JK2. Looking at the server.xml it appears that, based on the comments in that file port="8009" minProcessors="5" maxProcessors="75"

RE: non Http connector

2002-11-15 Thread Turner, John
age- > From: Yves Duhem [mailto:yves.duhem@;cryptolog.com] > Sent: Friday, November 15, 2002 4:03 AM > To: Tomcat Users List > Subject: Re: non Http connector > > > Thanks for your answer, > in fact I don't want to use http at all and I was wondering if it was > possib

Re: non Http connector

2002-11-15 Thread Yves Duhem
Thanks for your answer, in fact I don't want to use http at all and I was wondering if it was possible with tomcat. I already have my own protocol, and since the communication will be wrapped in ssl I don't need http. The only feature from http that I might need is multiplexing. So I was wonderin

Re: non Http connector

2002-11-14 Thread Milt Epstein
d that, that would be a good reason to not use HTTP. > - Original Message - > From: "Milt Epstein" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Thursday, November 14, 2002 11:00 AM > Subject: Re: non Http connect

Re: non Http connector

2002-11-14 Thread Randy Secrist
choices available at this time. Randy - Original Message - From: "Milt Epstein" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 11:00 AM Subject: Re: non Http connector > On Thu, 14 Nov 2002, Yves Duhem w

Re: non Http connector

2002-11-14 Thread Milt Epstein
On Thu, 14 Nov 2002, Yves Duhem wrote: > Hi, > I would like to use servlets and tomcat without having to communicate > via http. > my request's first line would indicate in some way the target servlet > and the rest would be the data to transmit to the servlet > the response would be only the data