RE: Jk2 docs

2002-03-22 Thread costinm
On Sat, 23 Mar 2002, GOMEZ Henri wrote: > >I documented 2 properties, to be used to override the default > >when new protocols/apis are added: > > > > channel.socket.local.protocol=ajp13 ( it could be WARP, or IIOP or RPC ) > > ok, that's what I looked for > > > channel.socket.local.api=ajp13 (

RE: Jk2 docs

2002-03-22 Thread GOMEZ Henri
>> channel.socket.local.type=ajp13 ? > >No :-) > >The only protocol that we support in Jk at this moment is the >ajp13 protocol ( lb, status, etc are workers, but not protocols ), >so it is the default and users don't have to set it explicitely. > >I documented 2 properties, to be used to override

RE: Jk2 docs

2002-03-22 Thread costinm
On Fri, 22 Mar 2002, GOMEZ Henri wrote: > >channel.socket.local.port=8009 > >channel.socket.local.lbfactor=1 > >channel.socket.local.secretkey=... > > good, a channel indicate transport, > a worker should be a layer upper, it use a channel > for transport and channel could be virtual (ie lb)

RE: Jk2 docs

2002-03-22 Thread GOMEZ Henri
>What the user most define are the communication channels ( host, port, >etc ). It is far cleaner to set the properties on the channel and use >defaults for the handler. > >Henri - is this solution acceptable ? > >That means: > >channel.socket.local.port=8009 >channel.socket.local.lbfactor=1 >ch