You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/10/24 21:12:51 UTC

[jira] Assigned: (GERONIMO-2680) mod_jk configfilegenerator produces unusable configentries

     [ https://issues.apache.org/jira/browse/GERONIMO-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reassigned GERONIMO-2680:
-------------------------------------

    Assignee: Jarek Gawor

> 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
>
> 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.