7ca01b0480
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.
8 lines
206 B
Text
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>
|