Hi
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