Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Coyote/JK2 Handlers Jean-Frederic Clere $Date$

APR descriptor

Property name Default Description
NativeSo jkjni Location of the jkjni dynamic library. It is searched in java.library.path but a absolute path can be specified.
jniModeSo inprocess If set to "inprocess" the jk2 will regiter native library functions by itself. If not then it has to be the absolute path of the jkjni dynamic library.
baseDir
aprHome
soExt

A communication transport from a remote Web Server.

Property name Default Description
port 8009 First port where Tomcat is listening
address 127.0.0.1 Local address where Tomcat is listening.
maxPort port+10 Max port used to listen.
maxThreads
backLog
tcpNoDelay
soTimeout
soLinger
serverTimeout

A AF_UNIX socket communication transport from a local Web Server.

Property name Default Description
file No default value Name of the "file" associate with the socket. That must be absolut path name.

A in Web Server process communication.

Property name Default Description

mx4j adapter.

Property name Default Description
port -1 (Disabled) Port Number.

shared memory objects handler.

Property name Default Description
file /tmp/shm.file Shared memory file.
host localhost Host name.
port 8009 Port number.
unixSocket No default value Unix socket where tomcat is listening.

Request handler

Property name Default Description
tomcatAuthentication true the request handler will get the authenticated user from the HTTP server, honoring any auth done there.
ajpidDir
decodedUri
secret
useSecret

????

Property name Default Description

????

Property name Default Description

????

Property name Default Description
pass
statusPath
updateInterval
user
webServerHost
webServerPort