Hello Mladen,
Sounds good, some of my customers wait for a new stable release :-)
Can we change the xml status format to attribute semantic?
<jk:status xmlns:jk="http://jakarta.apache.org">
<jk:server name="127.0.0.1" port="80" software="Apache/2.0.53 (Win32) DAV/2 mod_jk/1.2.9-beta-1" version="1.2.9"/>
<jk:balancers>
<jk:balancer id="0" name="lb" type=lb sticky="true" stickyforce="false" retries="3" recover="60">
<jk:member id="0" name=node1 type="ajp13" host="localhost" port="9012" address="127.0.0.1:9012" ... />
<jk:map type="Context" uri="/ClusterTest/*" context="/ClusterTest/" />
</jk:balancer>
<jk:balancers>
<jk:status>
currently the format is:
-
<jk:status>
<jk:server name="127.0.0.1" port="80" software="Apache/2.0.53 (Win32) DAV/2 mod_jk/1.2.9-beta-1" version="1.2.9"/>
-
<jk:balancers>
-
<jk:balancer>
<jk:id>0</jk:id>
<jk:name>lb</jk:name>
<jk:type>lb</jk:type>
<jk:sticky>True</jk:sticky>
<jk:stickyforce>False</jk:stickyforce>
<jk:retries>3</jk:retries>
<jk:recover>60</jk:recover>
-
<jk:member>
<jk:id>0</jk:id>
<jk:name>node1</jk:name>
<jk:type>ajp13</jk:type>
<jk:host>localhost</jk:host>
<jk:port>9012</jk:port>
<jk:address>127.0.0.1:9012</jk:address>
.....
The attribute format is much eaisier to parse with diegster! I want implement a Jk Proxy Mbean
for easy report the status with mc4j.
Regards Peter
Mladen Turk schrieb:
Hi,
There has been some commits since 1.2.9 was released as beta. Since they are non-critical, because they do not change the operation, but rather the return error messages, I would still like to tag the release as 1.2.9. I'll give couple of days and propose a vote for official announcement. If passed, then we'll just declare it as stable. If some critical errors gets discovered, I'll just drop the release and go for 1.2.10.
How that sounds?
Regards, Mladen.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]