Basically we have to make tomcat 5.5 connectors listen to non-http request, Especially telnet to any of the port. Yes one thing more there is no apache, so tomcat is acting as web server as well as servlets container. Can any custom built non-http connector is provided Plz advice me in this matter
-----Original Message----- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 6:26 PM To: Tomcat Users List Subject: Re: tomcat 5.5 connector On Thu, Mar 17, 2005 at 11:18:00AM +0100, Rahman, Hamdur wrote: : As tomcat provide coyote connector that is http based, : Is there any connector available that are non-http based : And how we can use in our project when we are using tomcat 5.5 : As both web server and servlets engine, : Or can we make our own connector that is non-http(say telnet) : And how we can implement it I'm not sure I understand the question. What are you trying to do? Sharing that may give the rest of us ideas on how to help you. As for implementing your own Connector, the sources for Tomcat and Jk are available to the public. Download and code away! -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - - - - - - - DISCLAIMER- - - - - - - - Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.
