You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tobias Strauß (JIRA)" <ji...@apache.org> on 2007/01/01 18:43:27 UTC

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

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

       

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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn updated GERONIMO-2680:
-------------------------------

    Fix Version/s:     (was: 2.0.x)
                   2.0.3

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


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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ 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.