[
https://issues.apache.org/jira/browse/GERONIMO-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor resolved GERONIMO-2680.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.1
2.0.x
Committed fixes to trunk (revision 587988) and branches/2..0 (revision 587990).
> mod_jk configfilegenerator produces unusable configentries
> ----------------------------------------------------------
>
> Key: GERONIMO-2680
> URL: https://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ß
> Assignee: Jarek Gawor
> Priority: Trivial
> Fix For: 2.0.x, 2.1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.