~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to native/README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README for tomcat-connector
 
2
 
 
3
$Id: README 417906 2006-06-28 23:56:49Z rjung $
 
4
 
 
5
Please see doc/mod_jk-howto.html for more verbose instructions
 
6
 
 
7
* What is tomcat-connector ?
 
8
 
 
9
tomcat-connector is a new project to release web-servers connector
 
10
for the Tomcat servlet engine.
 
11
 
 
12
This project didn't start from null since it reuse the latest code from
 
13
mod_jk for the native parts and tomcat 3.3 for the java side of the 
 
14
force.
 
15
 
 
16
From mod_jk we gain :
 
17
 
 
18
* A connector (plugin) for many Web Server, including
 
19
  Apache HTTP Server, Netscape/IPLanet NES and Microsoft IIS
 
20
  It also support JNI (and seems to used at least by IBM under 
 
21
  AS/400 for Apache/WebSphere connectivity).
 
22
  
 
23
* Fault-tolerance and load-balancing. mod_jk use the concept of 
 
24
  workers which handle a particular request, and a special worker
 
25
  , the lb worker, is a group (cluster ?) of physical workers.
 
26
 
 
27
* Direct access to Tomcat 3.2/3.3/4.0/4.1 servlet engine via ajp13
 
28
  protocol. 
 
29
 
 
30
* OK, then how do I build web-connector ? Just take a look at BUILDING