Subramanian, Ganesh wrote:
Hi,
I would like to extend the tomcat servlet framework to SIP protocol (JSR 116). I can see several mail threads with the similar topic in the mailing list archives. Most of them seem to work with Tomcat 4.x and insists in implementing the 'org.apache.coyote.ProtocolHandler'. But that alone is not sufficient to support the Sip Protocol. I should be able to use my own Connector class to create Request/Response objects (SipRequest/SipResponse). Tomcat 4.x allowed us to specify the name of the class implementing the Connector interface, but in Tomcat 5.5 this interface has been removed and the 'org.apache.catalina.connector.Connector' class has been hardcoded in the source.
Please let me how we can specify/use custom Connector class?
SIP is different, so actually what you need to do is buid a separate
servlet container which will be tied to Catalina only at the
StandardContext level.
I am still very interested in SIP (which allows bidirectional
communication without the big hack that is comet), personally.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]