You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2002/01/15 19:02:40 UTC

jk2 improvements

Hi,

I have prepared a patch to allow a more flexible configuration of
org.apache.jk.server.tomcat40.JkConnector.
My idea is to add Parameter to the Connector entry. The entry would be the class
that allows communication between TC and Apache.
Channel=org.apache.jk.common.ChannelJni.class (A jni connector).
Channel=org.apache.jk.common.ChannelUn.class (An AF_UNIX connector).
Channel=org.apache.jk.common.ChannelSocket.class (A normal socket
connector,should be the default value ;-)).
Channel= ...

The first part include in the attachement.

Could someone have a look to it and makes some comments? (The
ChannelUnixSocket.java I will remove because it is useless).

Cheers

Jean-frederic