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/09/29 17:56:55 UTC

[VOTE] JK 1.2.15

Hi,

JK 1.2.15 has been tagged last week.
Please see the:
http://jakarta.apache.org/tomcat/connectors-doc/changelog.html
for a full list of changes.


Sources can be found at:
http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.15/


Please vote:

[ ] Stable -- good build
[ ] Alpha -- something serious is wrong: what is it?

Regards,
Mladen


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


Re: [VOTE] JK 1.2.15

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Linux, Win32 test out fine.  Solaris/HP builds fine (not tested just yet),
while AIX 1.3 still refuses to build properly, but that's not a new issue.

+1 to release as stable



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


Re: [VOTE] JK 1.2.15

Posted by Glenn Nielsen <gl...@mail.more.net>.
I have built mod_jk 1.2.15 for apache 2.0.55 on both Solaris 7 (Sun CC) and
FreeBSD 5.3. Build and normal use appear to be fine.

+1 to release as stable

Regards,

Glenn

On Thu, Sep 29, 2005 at 05:56:55PM +0200, Mladen Turk wrote:
> Hi,
> 
> JK 1.2.15 has been tagged last week.
> Please see the:
> http://jakarta.apache.org/tomcat/connectors-doc/changelog.html
> for a full list of changes.
> 
> 
> Sources can be found at:
> http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.15/
> 
> 
> Please vote:
> 
> [X] Stable -- good build
> [ ] Alpha -- something serious is wrong: what is it?
> 
> Regards,
> Mladen
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

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


Re: [VOTE] JK 1.2.15

Posted by Henri Gomez <he...@gmail.com>.
BTW, after I added the && !defined(AS400), jk builded and works right now.

So it's stable for me

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


Re: [VOTE] JK 1.2.15

Posted by Henri Gomez <he...@gmail.com>.
well unixd.h is not on the iSeries, at least V5R3 (the latest)

2005/10/1, Jean-frederic Clere <jf...@telefonica.net>:
> Henri Gomez wrote:
>
> >Well the build on iSeries failed :
> >
> >/home/apache/jk/native/apache-2.0/mod_jk.c, 86.10: CZM0296(30) £include
> >  file "unixd.h" not found.
> >/home/apache/jk/native/apache-2.0/mod_jk.c, 2437.10: CZM0304(10) No
> >  function prototype given for "unixd_set_global_mutex_perms".
> >
> >
> >Should add in mod_jk.c line 78 (I still can't commit on jtc )
> >
> ># if !defined(OS2) && !defined(WIN32) && !defined(BEOS) &&
> >!defined(NETWARE) && !defined(AS400)
> >
> >
> Not very good... We should detect  unixd.h.
>
> >---------------------------------------------------------------------
> >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
>
>

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


Re: [VOTE] JK 1.2.15

Posted by Jean-frederic Clere <jf...@telefonica.net>.
Henri Gomez wrote:

>Well the build on iSeries failed :
>
>/home/apache/jk/native/apache-2.0/mod_jk.c, 86.10: CZM0296(30) £include
>  file "unixd.h" not found.
>/home/apache/jk/native/apache-2.0/mod_jk.c, 2437.10: CZM0304(10) No
>  function prototype given for "unixd_set_global_mutex_perms".
>
>
>Should add in mod_jk.c line 78 (I still can't commit on jtc )
>
># if !defined(OS2) && !defined(WIN32) && !defined(BEOS) &&
>!defined(NETWARE) && !defined(AS400)
>  
>
Not very good... We should detect  unixd.h.

>---------------------------------------------------------------------
>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: [VOTE] JK 1.2.15

Posted by Henri Gomez <he...@gmail.com>.
Well the build on iSeries failed :

/home/apache/jk/native/apache-2.0/mod_jk.c, 86.10: CZM0296(30) £include
  file "unixd.h" not found.
/home/apache/jk/native/apache-2.0/mod_jk.c, 2437.10: CZM0304(10) No
  function prototype given for "unixd_set_global_mutex_perms".


Should add in mod_jk.c line 78 (I still can't commit on jtc )

# if !defined(OS2) && !defined(WIN32) && !defined(BEOS) &&
!defined(NETWARE) && !defined(AS400)

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


Re: [VOTE] JK 1.2.15

Posted by Tim Whittington <Ti...@orionhealth.com>.
Built and tested on Win XP.

> Please vote:
>
> [x ] Stable -- good build
> [ ] Alpha -- something serious is wrong: what is it?
>
> Regards,
>


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