https://issues.apache.org/bugzilla/show_bug.cgi?id=46862

           Summary: Status worker Properties output format
                    (worker.wlb.balance_workers member)
           Product: Tomcat Connectors
           Version: 1.2.27
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_jk
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: m.tu...@kion.it


If I use java.util.Properties class to parse the properties output format in
the page http://myweb/jkmanager?mime=prop, when I get the
worker.wlb.balance_workers prop I obtain only the last lb member.

That because instead of
 worker.wlb.balance_workers = jvm_1, jvm2 t

he status page report two lines
 worker.wlb.balance_workers = jvm_1
 worker.wlb.balance_workers = jvm_2

Java Properties suppose the format like

key = value

and key must be unique.

Matteo.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to