Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-2680

mod_jk configfilegenerator produces unusable configentries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.0-M1
    • 2.0.3, 2.1
    • None
    • Security Level: public (Regular issues)
    • None
    • G 2.0 M1

    Description

      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

      Attachments

        Activity

          People

            gawor@mcs.anl.gov Jarek Gawor
            tocomo Tobias Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: