freebsd-ports/www/mod_jk/files/mod_jk.conf
Ernst de Haan 7ca01b0480 Using USE_JAVA. Supporting the setting of APACHE_PORT. This
has not been tested with Apache 2.0 though.

Looks for the right Tomcat JAR file. Since Tomcat 3.3
${TOMCAT_HOME}/lib/webserver.jar no longer exists.

Moved the file replacements (using ${SED}) from post-extract
to post-patch.

Changed the mod_jk.conf file to point to the right location
for the workers.properties file.

Bumped PORTREVISION.
2002-04-16 19:27:50 +00:00

8 lines
206 B
Text

<IfModule mod_jk.c>
JkWorkersFile %%TOMCAT_HOME%%/conf/jk/workers.properties
JkLogFile logs/jk.log
JkLogLevel warn
JkMount /*.jsp ajp12
JkMount /servlet/* ajp12
JkMount /examples/* ajp12
</IfModule>