DO NOT REPLY [Bug 46858] mod_jk-1.2.27-httpd-2.0.63 with apache 2.2.4 doesn't work

2009-03-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46858


Rainer Jung  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Rainer Jung   2009-03-16 01:24:28 
PST ---
Your subject is:

"mod_jk-1.2.27-httpd-2.0.63 with apache 2.2.4 doesn't work"

and of course, the module for httpd 2.0 will not work with httpd 2.2. You need
to use the version for 2.2.

Bugzilla is not a support forum. Please continue further discussion on the
Tomcat users list. See

http://tomcat.apache.org/lists.html

Please do not reply here.

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



DO NOT REPLY [Bug 46862] New: Status worker Properties output format (worker.wlb.balance_workers member)

2009-03-16 Thread bugzilla
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



DO NOT REPLY [Bug 46866] New: Seed from current time is useless

2009-03-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46866

   Summary: Seed from current time is useless
   Product: Tomcat 6
   Version: unspecified
  Platform: Macintosh
OS/Version: Mac OS X 10.3
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: dev@tomcat.apache.org
ReportedBy: y...@mx1.ru


fgrep -r 'new Random(System.currentTimeMillis())' .

Gives 7 places where Random initialized with seed = currentTimeMillis. This is
unnecessary, because better seed initialization happens in the default Random
constructor.

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