costin 02/04/11 17:26:29 Modified: jk/conf jk2.properties Log: Configure tomcat-jk with 3 workers so lb can be tested. Revision Changes Path 1.3 +13 -6 jakarta-tomcat-connectors/jk/conf/jk2.properties Index: jk2.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/jk2.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jk2.properties 11 Apr 2002 19:10:57 -0000 1.2 +++ jk2.properties 12 Apr 2002 00:26:29 -0000 1.3 @@ -15,17 +15,24 @@ # Handlers that will be loaded by jk2: # Default: -# handler.list=channel,request,container +handler.list=channel,unixChannel,channel8019,request,container # Transport handler. # Default: -#handler.channel.className=org.apache.jk.common.ChannelSocket -#handler.channel.debug=0 -#handler.channel.port=8009 +handler.channel.className=org.apache.jk.common.ChannelSocket +handler.channel.debug=0 +handler.channel.port=8009 + +handler.channel8019.className=org.apache.jk.common.ChannelSocket +handler.channel8019.port=8019 # Other options: -handler.channel.className=org.apache.jk.common.ChannelUn -handler.channel.file=${jkHome}/work/jk2.socket +#handler.channel.className=org.apache.jk.common.ChannelUn +#handler.channel.file=${jkHome}/work/jk2.socket + +handler.unixChannel.className=org.apache.jk.common.ChannelUn +handler.unixChannel.file=${jkHome}/work/jk2.socket +handler.unixChannel.next=request #handler.channel.className=org.apache.jk.common.ChannelJni
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>