You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@apache.org> on 2005/03/26 11:07:28 UTC

JK 1.2.9 Release

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: JK 1.2.9 Release

Posted by Peter Rossbach <pr...@objektpark.de>.
OK,

I look inside the code and made the changes.

peter

Mladen Turk schrieb:

> Peter Rossbach wrote:
>
>> Hello Mladen,
>>
>> Can we change the xml status format to attribute semantic?
>>
>
> Feel free to commit the changes :)
> This is also syntactic sugar, so if it's valid xml
> se no reason why not.
>
> Regards,
> Mladen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>
>



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


Re: JK 1.2.9 Release

Posted by Mladen Turk <mt...@apache.org>.
Peter Rossbach wrote:
> Hello Mladen,
> 
> Can we change the xml status format to attribute semantic?
> 

Feel free to commit the changes :)
This is also syntactic sugar, so if it's valid xml
se no reason why not.

Regards,
Mladen

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


Re: JK 1.2.9 Release

Posted by Peter Rossbach <pr...@objektpark.de>.
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: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>
>



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