]>
&project;
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.
Quick Start HowToHenri Gomez$Date: 2010-03-15 16:26:00 +0100 (Mon, 15 Mar 2010) $
This document describes the configuration files used by JK on the
Web Server side for the 'impatient':
workers.properties is a mandatory file used by the webserver and which
is the same for all JK implementations (Apache/IIS/NES).
web server add-ons to be set on the webserver side.
We'll give here minimum servers configuration and an example workers.properties
to be able to install and check quickly your configuration.
Here is a minimum workers.properties, using just ajp13 to connect your Apache webserver
to the Tomcat engine, complete documentation is available in Workers HowTo.
Here is a minimum information about Apache configuration, a
more complete separate HowTo for Apache is available.
You should first have mod_jk.so (unix) or mod_jk.dll (Windows) installed
in your Apache module directory (see your Apache documentation to locate it).
Usual locations for modules directory on Unix:
/usr/lib/apache/
/usr/lib/apache2/
/usr/local/apache/libexec/
Usual locations for modules directory on Windows :