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 (no headers).
(and all this would be used with SSL.)

I would like to know if a connector behaving like this exists somewhere,
or if i'll have to modify one of the existing connectors (and in that case is there any developer documentation about the connector framework?).

Thanks

yves


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to