in_addr_t and Linux 2.2

2003-09-04 Thread Henri Gomez
FYI, in_addr_t is not defined on Redhat 6.2 which use kernel 2.2 and glibc 2.1. Should we also fix this case ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: in_addr_t and Linux 2.2

2003-09-04 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 1:51 AM Subject: in_addr_t and Linux 2.2 > FYI, in_addr_t is not defined on Redhat 6.2 which use kernel 2.2 > and glibc 2.1. And I thought my

Re: in_addr_t and Linux 2.2

2003-09-04 Thread Henri Gomez
Bill Barker a écrit : - Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 1:51 AM Subject: in_addr_t and Linux 2.2 FYI, in_addr_t is not defined on Redhat 6.2 which use kernel 2.2 and glibc 2.1

DO NOT REPLY [Bug 22852] - JDK1.4 logging formatter class not being found

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22852] - JDK1.4 logging formatter class not being found

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[GUMP] Build Failure - jakarta-tomcat-4.0

2003-09-04 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml deploy-prepare: deploy-static: deploy: [ec

DO NOT REPLY [Bug 22852] - JDK1.4 logging formatter class not being found

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: mirror-enable tomcat-connector downloads

2003-09-04 Thread Glenn Nielsen
Stefan Bodewig wrote: On Wed, 03 Sep 2003, Glenn Nielsen <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: On Wed, 03 Sep 2003, Glenn Nielsen <[EMAIL PROTECTED]> wrote: We have a release pending for mod_jk 1.2.5, Does that affect JK2 and JNI and what not as well? No. Just the mod_jk 1.2 connecto

Re: in_addr_t and Linux 2.2

2003-09-04 Thread Glenn Nielsen
FYI, I have put building a test mod_jk 1.2.5 source distribution on hold pending Henri's work on IPV6. Henri, please let me know when you think we are ready for another test source dist. Thanks, Glenn Henri Gomez wrote: FYI, in_addr_t is not defined on Redhat 6.2 which use kernel 2.2 and glibc 2

Re: in_addr_t and Linux 2.2

2003-09-04 Thread Henri Gomez
Glenn Nielsen a écrit : FYI, I have put building a test mod_jk 1.2.5 source distribution on hold pending Henri's work on IPV6. Henri, please let me know when you think we are ready for another test source dist. We may add the configure stuff to determine if in_addr_t is available. I'll take a loo

Re: [PROPOSAL] archive old unmirrored tomcat releases

2003-09-04 Thread Remy Maucherat
Stefan Bodewig wrote: On Wed, 3 Sep 2003, robert burrell donkin <[EMAIL PROTECTED]> wrote: In particular it seems that people are downloading 4.1.24 instead of the latest release. After looking around a bit, I think they are getting there via freshmeat.net. Remy, could you please announce the 4.1.

Re: [PROPOSAL] archive old unmirrored tomcat releases

2003-09-04 Thread Stefan Bodewig
On Thu, 04 Sep 2003, Remy Maucherat <[EMAIL PROTECTED]> wrote: > I used Freshmeat for some time, and concluded it is useless Sure, but users go there and follow the links. > (not user friendly, their admins are not very nice and few people in > the Java community use it). Take a look at

Re: in_addr_t and Linux 2.2

2003-09-04 Thread Henri Gomez
Henri Gomez a écrit : Glenn Nielsen a écrit : FYI, I have put building a test mod_jk 1.2.5 source distribution on hold pending Henri's work on IPV6. Henri, please let me know when you think we are ready for another test source dist. We may add the configure stuff to determine if in_addr_t is a

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

2003-09-04 Thread remm
remm2003/09/04 07:22:18 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager Constants.java StatusManagerServlet.java Added: webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Lo

[5.0.10] Tag tomorrow

2003-09-04 Thread Remy Maucherat
I'll tag and release a new build tomorrow. So far, I think this is going to be a high quality build. Any objections ? Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-09-04 Thread remm
remm2003/09/04 07:39:21 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager Constants.java Log: - Forgot to hit save to remove the tabs. Revision ChangesPath 1.7 +4 -4 jakarta-tomcat-catalina/webapps/manager/WEB-INF

Problem with redirect

2003-09-04 Thread Norris Shelton
We are using 4.1.12 on Linux behind BigIP. We have a page /search.jsp that has not changed. For some reason, when we access it, we get the following in the access log: 10.11.6.118 - - [04/Sep/2003:12:19:19 -0500] "GET /search.jsp HTTP/1.1" 302 - 10.11.6.118 - - [04/Sep/2003:12:19:19 -0500] "GET /

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationContext.java

2003-09-04 Thread luehe
luehe 2003/09/04 10:45:40 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java Log: Get the absolute path to the work dir, so that JARs in /WEB-INF/lib can be found Revision ChangesPath 1.20 +5 -5 jakarta-tomcat

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

2003-09-04 Thread remm
remm2003/09/04 10:59:39 Modified:webapps/manager xform.xsl webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - Implement the XML processor state. Revision ChangesPath 1.3 +7 -7 jak

[PATCH] Bug 22715

2003-09-04 Thread Mark Thomas
Resending. I seem to be having e-mail problems... The patches below (TC5 and TC4) fix bug 22715 in that they ensure that xml entities are correctly written back out to the password field of tomcat-users.xml I did consider a more general patch to allow xml entities in user names, group names an

Re: in_addr_t and Linux 2.2

2003-09-04 Thread Glenn Nielsen
Henri Gomez wrote: Glenn Nielsen a écrit : FYI, I have put building a test mod_jk 1.2.5 source distribution on hold pending Henri's work on IPV6. Henri, please let me know when you think we are ready for another test source dist. We may add the configure stuff to determine if in_addr_t is ava

cvs commit: jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina/realm - New directory

2003-09-04 Thread funkman
funkman 2003/09/04 12:58:03 jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina/realm - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/src/test/org/apache/catalina/realm JNDIRealmTestCase.java

2003-09-04 Thread funkman
funkman 2003/09/04 12:59:47 Modified:catalina build.xml webapps/tomcat-docs realm-howto.xml catalina/src/share/org/apache/catalina/realm JNDIRealm.java Added: catalina/src/test/org/apache/catalina/realm JNDIRealmTestCase.java

Re: [PATCH] Bug 22715

2003-09-04 Thread Bill Barker
- Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 11:46 AM Subject: [PATCH] Bug 22715 > Resending. I seem to be having e-mail problems... > > The patches below (TC5 and TC4) fix bug 22715 in that they ensure that xml >

DO NOT REPLY [Bug 22913] - Using jndi to get a DBCP BasicDataSource gives a ClassCastException

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22426] - cannot resolve getContextPath on ServletRequest

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2003-09-04 Thread kinman
kinman 2003/09/04 15:30:06 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Fix a careless mistake. Revision ChangesPath 1.204 +4 -4 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java Index: Generat

[PATCH] Bug 22715

2003-09-04 Thread Mark Thomas
The patches below (TC5 and TC4) fix bug 22715 in that they ensure that xml entities are correctly written back out to the password field of tomcat-users.xml I did consider a more general patch to allow xml entities in user names, group names and role names but wasn't sure of the potential side

Re: [5.0.10] Tag tomorrow

2003-09-04 Thread Bill Barker
I can post new binaries for procrun tomorrow (PST) to BZ (now that Daemon is in commons-proper, I can't check-in directly :-(). This includes a patch from JFC for W9x (that I missed in the last build), and a patch from Mladin to limit memory usage in the console. Neither is particularly critical,

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/users MemoryUser.java

2003-09-04 Thread billbarker
billbarker2003/09/04 21:20:49 Modified:catalina/src/share/org/apache/catalina/users MemoryUser.java Log: XML-escape the values when writing out the tomcat-users.xml file. Expanded on a patch Submitted By: Mark Thomas [EMAIL PROTECTED] Revision ChangesPath 1.3

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/users MemoryUser.java

2003-09-04 Thread billbarker
billbarker2003/09/04 21:24:47 Modified:catalina/src/share/org/apache/catalina/users MemoryUser.java Log: XML-escape the values when writing out the tomcat-users.xml file. Expanded on a patch Submitted By: Mark Thomas [EMAIL PROTECTED] Revision ChangesPath 1.6

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2003-09-04 Thread remm
remm2003/09/04 23:46:01 Modified:.build.properties.default build.xml Log: - Daemon moved to commons proper. Revision ChangesPath 1.104 +3 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.default =