bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / README.txt
1   Licensed to the Apache Software Foundation (ASF) under one or more
2   contributor license agreements.  See the NOTICE file distributed with
3   this work for additional information regarding copyright ownership.
4   The ASF licenses this file to You under the Apache License, Version 2.0
5   (the "License"); you may not use this file except in compliance with
6   the License.  You may obtain a copy of the License at
7
8       http://www.apache.org/licenses/LICENSE-2.0
9
10   Unless required by applicable law or agreed to in writing, software
11   distributed under the License is distributed on an "AS IS" BASIS,
12   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   See the License for the specific language governing permissions and
14   limitations under the License.
15
16 README for tomcat-connector
17
18 $Id: README.txt 572120 2007-09-02 19:32:11Z markt $
19
20 Please see doc/mod_jk-howto.html for more verbose instructions
21
22 * What is tomcat-connector ?
23
24 tomcat-connector is a new project to release web-servers connector
25 for the Tomcat servlet engine.
26
27 This project didn't start from null since it reuse the latest code from
28 mod_jk for the native parts and tomcat 3.3 for the java side of the 
29 force.
30
31 From mod_jk we gain :
32
33 * A connector (plugin) for many Web Server, including
34   Apache HTTP Server, Netscape/IPLanet NES and Microsoft IIS
35   It also support JNI (and seems to used at least by IBM under 
36   AS/400 for Apache/WebSphere connectivity).
37   
38 * Fault-tolerance and load-balancing. mod_jk use the concept of 
39   workers which handle a particular request, and a special worker
40   , the lb worker, is a group (cluster ?) of physical workers.
41
42 * Direct access to Tomcat 3.2/3.3/4.0/4.1 servlet engine via ajp13
43   protocol. 
44
45 * OK, then how do I build web-connector ? Just take a look at BUILDING.txt