Am 10.06.2013 22:20, schrieb Rainer Jung:
Looking at the current changelog,
<section name="Changes between 1.2.37 and 1.2.38">
...
      <fix>
         Fix status worker not updating parameters for all members. (mturk)
       </fix>

That is
http://svn.apache.org/viewvc?view=revision&revision=1354021
Yes that should be it.

If the OP compiles himself, just add the tiny patch

http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_status.c?r1=1354021&r2=1354020&pathrev=1354021

to your mod_jk source before compiling.

Regards,

Rainer


Works like a charm, thanks to you two!

In case there are other Debian Wheezy users reading this, here's what I did:

apt-get build-dep libapache-mod-jk
apt-get source libapache-mod-jk
cd libapache-mod-jk-1.2.37
vim native/common/jk_status.c
patch line 3650 to "wr->sequence = -1;"
dpkg-source --commit
dpkg-buildpackage
cd ..
dpkg -i libapache2-mod-jk_1.2.37-1_amd64.deb

Thanks again & best regards,

David Gubler

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

Reply via email to