https://issues.apache.org/bugzilla/show_bug.cgi?id=56489

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
                 OS|Linux                       |All

--- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> ---
Note that you can work around this issue by using the JkWorkerProperty syntax
inside httpd.conf instead of using workers.properties. See for JkWorkerProperty
in http://tomcat.apache.org/connectors-doc/reference/apache.html.

Example:

JkWorkerProperty worker.list=myworker
JkWorkerProperty worker.myworker.type=ajp13
JkWorkerProperty worker.myworker.host=localhost
JkWorkerProperty worker.myworker.port=8009
...

Apache allows to split up config files into modular pieces and paste them
together using the "Include" directive with various wildcard possibilities.
With that approach you can also mix the "reference" feature of the mod_jk
properties and e.g. mod_macro to simplify config files.

It could make sense to support your original enhancement request, but currently
I don't plan to work on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to