File: libapache2-mod-jk.README.Debian

package info (click to toggle)
libapache-mod-jk 1%3A1.2.48-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,448 kB
  • sloc: ansic: 98,609; xml: 14,535; sh: 10,142; cpp: 4,222; java: 1,921; perl: 1,256; makefile: 815; pascal: 617; awk: 59
file content (22 lines) | stat: -rw-r--r-- 902 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
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/libapache2-mod-jk/httpd-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 httpd-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.