File: libapache2-mod-jk.README.Debian

package info (click to toggle)
libapache-mod-jk 1%3A1.2.37-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 8,824 kB
  • sloc: ansic: 53,921; xml: 13,906; sh: 9,196; java: 1,921; perl: 1,004; makefile: 203; awk: 59
file content (23 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
libapache2-mod-jk for Debian
----------------------------------

Package works with Apache 2.x HTTP server.
The documentation can be found in the libapache-mod-jk-doc package.

At install, this module is enabled into existing Apache2 configuration.
Default configuration is located here :
  /etc/apache2/mods-available/jk.conf

One default worker named ajp13_worker, which connects to the localhost on
port 8009, is configured. If you need more workers or want to connect to
a remote tomcat you have to modify the workers.properties file.

By default, no webapp is mounted so you'll have to edit jk.conf
to enable, at least, a JkMount directive for you webapp. 

Please pay attention to global scope vs VirtualHost when setting JkMount
(see #460398) as, by default, no mounts will be inherited from the
global scope to any VirtualHost. See JkMountCopy option documentation
for more information.

 -- Wolfgang Baer <WBaer@gmx.de>  Thu, 23 Jun 2005 22:42:54 +0200