mod_jk configfilegenerator produces unusable configentries
----------------------------------------------------------
Key: GERONIMO-2680
URL: http://issues.apache.org/jira/browse/GERONIMO-2680
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.0-M1
Environment: G 2.0 M1
Reporter: Tobias Strauß
Priority: Trivial
FIRST issue:
instead of:
JkMount /console-standard geronimo_ajp13
should be produced:
JkMount /console-standard/* geronimo_ajp13
... and so on.
SECOND issue:
instead of:
worker.list=ajp13
worker.geronimo_ajp13.port=8009
worker.geronimo_ajp13.host=127.0.0.1
worker.geronimo_ajp13.type=ajp13
should be produced:
worker.list=geronimo_ajp13
worker.geronimo_ajp13.port=8009
worker.geronimo_ajp13.host=127.0.0.1
worker.geronimo_ajp13.type=ajp13
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira