Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
Hi all, Anyone aware of any pending issues for the next release. Seems that all the bugs has been resolved from the 1.2.13. If there are no objections, we can make a release by the end of this week. How that sounds? Regards, Mladen.

Re: Releasing JK 1.2.14

2005-06-29 Thread Henri Gomez
could you provide a beta source tarball to make the usual iSeries builds ? 2005/6/29, Mladen Turk [EMAIL PROTECTED]: Hi all, Anyone aware of any pending issues for the next release. Seems that all the bugs has been resolved from the 1.2.13. If there are no objections, we can make a

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
Henri Gomez wrote: could you provide a beta source tarball to make the usual iSeries builds ? Well, you have the j-t-c/tools/jkrelease.sh But I've put the current head at: http://people.apache.org/~mturk/jakarta-tomcat-connectors-current-src.tar.gz Regards, Mladen.

DO NOT REPLY [Bug 35536] New: - NullPointerException in getProperty of acceptSocket causing TcpWorkerThread to terminate

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35536. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Releasing JK 1.2.14

2005-06-29 Thread jean-frederic clere
Mladen Turk wrote: Henri Gomez wrote: could you provide a beta source tarball to make the usual iSeries builds ? Well, you have the j-t-c/tools/jkrelease.sh But I've put the current head at: http://people.apache.org/~mturk/jakarta-tomcat-connectors-current-src.tar.gz It gives: +++

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
jean-frederic clere wrote: Mladen Turk wrote: In file included from mod_jk.c:28: /home/jfclere/usr/local/apache2/include/ap_config.h:21:23: apr_hooks.h: No such file or directory You apache installation sucks :) Regards, Mladen.

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
jean-frederic clere wrote: apr_hooks.h is in /home/jfclere/usr/local/apr-util/include/apr-1/apr_hooks.h, probably something more is needed in configure. Try to run the: apxs2 -q APU_INCLUDEDIR Seems that: apxs2 -q INCLUDEDIR is giving the /home/jfclere/usr/local/apache2/include and

Re: Feature Request: Optional No Cert validation on SSL connector

2005-06-29 Thread jean-frederic clere
Chad La Joie wrote: jean-frederic clere wrote: Chad La Joie wrote: Yeah, I know what mod-ssl says, and for most cases it's probably right, however the optional_no_ca option is interesting to us because it provides exactly the functionality that we need; accepting the client cert, putting

Re: Releasing JK 1.2.14

2005-06-29 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: apr_hooks.h is in /home/jfclere/usr/local/apr-util/include/apr-1/apr_hooks.h, probably something more is needed in configure. Try to run the: apxs2 -q APU_INCLUDEDIR it tells: +++ [EMAIL PROTECTED]:~ usr/local/apache2/bin/apxs -q

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
jean-frederic clere wrote: Try to run the: apxs2 -q APU_INCLUDEDIR it tells: +++ [EMAIL PROTECTED]:~ usr/local/apache2/bin/apxs -q APU_INCLUDEDIR /home/jfclere/usr/local/apr-util/include/apr-1 +++ That's bad. It should point to your apr-utils/include. It's probably the apxs broken, and I

Re: Releasing JK 1.2.14

2005-06-29 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Try to run the: apxs2 -q APU_INCLUDEDIR it tells: +++ [EMAIL PROTECTED]:~ usr/local/apache2/bin/apxs -q APU_INCLUDEDIR /home/jfclere/usr/local/apr-util/include/apr-1 +++ That's bad. It should point to your apr-utils/include. NO: +++ ls

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
jean-frederic clere wrote: it tells: +++ [EMAIL PROTECTED]:~ usr/local/apache2/bin/apxs -q APU_INCLUDEDIR /home/jfclere/usr/local/apr-util/include/apr-1 +++ That's bad. It should point to your apr-utils/include. NO: +++ ls -lt /home/jfclere/usr/local/apr-util/include/ total 4 drwxr-xr-x

Re: Releasing JK 1.2.14

2005-06-29 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: it tells: +++ [EMAIL PROTECTED]:~ usr/local/apache2/bin/apxs -q APU_INCLUDEDIR /home/jfclere/usr/local/apr-util/include/apr-1 +++ That's bad. It should point to your apr-utils/include. NO: +++ ls -lt /home/jfclere/usr/local/apr-util/include/

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
jean-frederic clere wrote: Seems strange that the -I/home/jfclere/usr/local/apr-util/include/apr-1 is not listed on the original dump you've posted. I have just retried from cvs it is ok. From: http://people.apache.org/~mturk/jakarta-tomcat-connectors-current-src.tar.gz it does not work.

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
jean-frederic clere wrote: I have just retried from cvs it is ok. From: http://people.apache.org/~mturk/jakarta-tomcat-connectors-current-src.tar.gz it does not work. (the configure is wrong). I'm using the: automake 1.8.3 aclocal 1.8.3 autoconf 2.59 libtoolize 1.5.2 That's form the

Re: Releasing JK 1.2.14

2005-06-29 Thread William A. Rowe, Jr.
JFC, there's no way you would build against apr-1 for an httpd-2.0 server (and, you must build against apr-1 for an httpd-2.1/2.2 server.) You forgot to mention how you configured. The very first release of APR 1.0.0 was borked, it deployed apr-config and apu-config, wiping out the 0.9

Re: Releasing JK 1.2.14

2005-06-29 Thread Mladen Turk
Mladen Turk wrote: But I've put the current head at: http://people.apache.org/~mturk/jakarta-tomcat-connectors-current-src.tar.gz Seems I've uploaded a wrong file :(. Now it should contain the HEAD (727516 bytes). Sorry for the confusion. Regards, Mladen.

cvs commit: jakarta-tomcat-connectors/jk/tools jkrelease.sh

2005-06-29 Thread jfclere
jfclere 2005/06/29 09:20:15 Modified:jk/tools jkrelease.sh Log: Allow to use http_proxy if available. Revision ChangesPath 1.6 +11 -1 jakarta-tomcat-connectors/jk/tools/jkrelease.sh Index: jkrelease.sh

Re: cvs commit: jakarta-tomcat-connectors/jk/tools jkrelease.sh

2005-06-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: jfclere 2005/06/29 09:20:15 Modified:jk/tools jkrelease.sh Log: Allow to use http_proxy if available. This is unfait: I am without email (I switched to using a forward as an emergency measure), CVS access, etc. How did you do a commit ? Rémy

Re: Releasing JK 1.2.14

2005-06-29 Thread jean-frederic clere
William A. Rowe, Jr. wrote: JFC, there's no way you would build against apr-1 for an httpd-2.0 server (and, you must build against apr-1 for an httpd-2.1/2.2 server.) You forgot to mention how you configured. right I am building a httpd-2.1/2.2 The very first release of APR 1.0.0 was

Re: cvs commit: jakarta-tomcat-connectors/jk/tools jkrelease.sh

2005-06-29 Thread jean-frederic clere
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: jfclere 2005/06/29 09:20:15 Modified:jk/tools jkrelease.sh Log: Allow to use http_proxy if available. This is unfait: I am without email (I switched to using a forward as an emergency measure), CVS access, etc. How did you do a

Re: cvs commit: jakarta-tomcat-connectors/jk/tools jkrelease.sh

2005-06-29 Thread Remy Maucherat
jean-frederic clere wrote: I am using the lastest version of ssh and have forced protocol 2. I'm using Putty. Neither me or Mladen can see a CVS server actually running, so we get a connection error. I'm using pserver auth over my regular SSH tunnel. Rémy

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java

2005-06-29 Thread remm
remm2005/06/29 10:31:57 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - Update for new API. Revision ChangesPath 1.27 +5 -5

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java

2005-06-29 Thread remm
remm2005/06/29 10:32:22 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Add back the two dummy properties (used for JMX). Revision ChangesPath 1.52 +12 -0 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java

DO NOT REPLY [Bug 35536] - NullPointerException in getProperty of acceptSocket causing TcpWorkerThread to terminate

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35536. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: I have some new FormAuthenticator code for Tomcat.

2005-06-29 Thread D M
Mark, Thanks for the reply. Sorry it took me a bit to get back to you on this. Comments inline. OK. I see this as just being a password that is so long that it has to be written down (eg on the USB key) and physically carried around by the user. There is an interesting debate here as to

DO NOT REPLY [Bug 35553] New: - can't delete and recreate '/' context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35553. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35553] - can't delete and recreate '/' context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35553. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35552] - JMS destination under Context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35552. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35553] - can't delete and recreate '/' context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35553. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35553] - can't delete and recreate '/' context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35553. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35553] - can't delete and recreate '/' context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35553. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35552] - JMS destination under Context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35552. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35552] - JMS destination under Context

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35552. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

help for class Not found

2005-06-29 Thread MEHMOOD, QAISER
I have created one web application(reminder) and deployed this on the tomcat/webapps with folder name reminder. I put all classes under the reminder/WEB-INF/classes folder , but when I run the jsps and try to access any class, its giving me message No Class Def Found error , plz help me is

Re: help for class Not found

2005-06-29 Thread Filipe
Please, ask this question at the user list - tomcat-user@jakarta.apache.org, there you can find more help. (I always wanted to say this on dev lists : filipe lautert [EMAIL PROTECTED] Linux User#279798 ICQ#158808406 There's No Place Like $HOME On Wed, 29 Jun 2005, MEHMOOD,

DO NOT REPLY [Bug 35536] - NullPointerException in getProperty of acceptSocket causing TcpWorkerThread to terminate

2005-06-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35536. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2005-06-29 Thread billbarker
billbarker2005/06/29 19:49:38 Modified:jk/java/org/apache/jk/common ChannelNioSocket.java ChannelSocket.java HandlerRequest.java JkInputStream.java jk/java/org/apache/jk/server JkMain.java Log: Optionally enable