DO NOT REPLY [Bug 17014] - ServletResponse.flushBuffer() no longer commits the response

2004-03-16 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=17014. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-03-16 Thread hgomez
hgomez 2004/03/16 00:47:25 Modified:jk/native2/common jk_worker_status.c Log: Supresses the output of the style when we are in text/plain mode Provided by Guenter Knauf Revision ChangesPath 1.58 +4 -1

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.netware

2004-03-16 Thread hgomez
hgomez 2004/03/16 00:50:36 Added: jk/native/netscape Makefile.netware jk/native/jni Makefile.netware jk/native/apache-1.3 Makefile.netware Log: Netware makefile. Provided by Guenter Knauf Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.netware

2004-03-16 Thread hgomez
hgomez 2004/03/16 00:51:23 Modified:jk/native/netscape Makefile.netware jk/native/jni Makefile.netware jk/native/apache-1.3 Makefile.netware Log: *** keyword substitution change *** Revision ChangesPath 1.2 +0 -0

Re: [PATCH] makefiles for native on NetWare

2004-03-16 Thread Henri Gomez
Guenter Knauf wrote: Hi, here are 3 makefiles for compiling jni, netscape and apache-1.3 targets for NetWare without Ant. would be nice to have them in CVS. http://www.gknw.com/test/jtc_makefiles.zip thanks, Guenter. Commited -

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread hgomez
hgomez 2004/03/16 00:59:05 Modified:jk/native/common jk_connect.c Log: Avoid problems with netware boxes Revision ChangesPath 1.19 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread Henri Gomez
Guenter Knauf wrote: Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk, since I've some reports that there is a problem for

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2004-03-16 Thread hgomez
hgomez 2004/03/16 01:03:13 Modified:jk/native2/common jk_shm.c Log: add the getAttribute feature to shm object Provider by Guenter/NormW Revision ChangesPath 1.44 +24 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

Re: PATCH jk_shm.c - Add getAttributes functionality.

2004-03-16 Thread Henri Gomez
NormW wrote: Greetings All. The following link provides a patch to add the getAttribute feature to the shm object, as per a recent 'request'. It has been tested on a Windows platform by using the qry= command of jkstatus and all values have been correctly returned and displayed in the 'qry'

Re: [PATCH] ./jk/native2/common/jk_worker_status.c - dont print style with text/plain

2004-03-16 Thread Henri Gomez
Commited - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread Henri Gomez
Henri Gomez wrote: Guenter Knauf wrote: Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk, since I've some reports that

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-16 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=15278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread Henry Lai
I sent email to [EMAIL PROTECTED] Why I still kept receiving mails from Tomcat Developers List [EMAIL PROTECTED]? Henri Gomez [EMAIL PROTECTED] 03/16/2004 03:58 AM Please respond to Tomcat Developers List To: Tomcat Developers List [EMAIL PROTECTED] cc:

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread jean-frederic clere
Henri Gomez wrote: Guenter Knauf wrote: Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk, since I've some reports that

DO NOT REPLY [Bug 27700] New: - Custom error page is not shown because the buffer is not flushed

2004-03-16 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=27700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread hgomez
hgomez 2004/03/16 03:12:59 Modified:jk/native/common jk_connect.c Log: Make most compilers happy (typecast power) Revision ChangesPath 1.20 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: Guenter Knauf wrote: Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk,

Thanks to all commiters here

2004-03-16 Thread Guenter Knauf
Hi all, I want to say a big THANKS to all commiters here for their fantastic work and co-work with the others here from the list -- that makes participating on an OpenSource project like the jt connectors much more fun. Now we have not only made compiling for NetWare a lot easier, but also got

Re: [PATCH] makefiles for native on NetWare

2004-03-16 Thread Guenter Knauf
Hi Henri, here are 3 makefiles for compiling jni, netscape and apache-1.3 targets for NetWare without Ant. would be nice to have them in CVS. http://www.gknw.com/test/jtc_makefiles.zip thanks, Guenter. Commited thanks; but unfortunately there where dependencies to Makefile.NetWare which

DO NOT REPLY [Bug 27704] New: - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27664] - Welcome files not found in combination with jsp-property-group

2004-03-16 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=27664. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.netware

2004-03-16 Thread hgomez
hgomez 2004/03/16 04:58:37 Modified:jk/native/netscape Makefile.netware jk/native/jni Makefile.netware jk/native/apache-1.3 Makefile.netware Log: NW Makefiles are Makefile.netware, fix name eveywhere Revision ChangesPath 1.3 +2 -2

Re: [PATCH] makefiles for native on NetWare

2004-03-16 Thread Henri Gomez
Guenter Knauf wrote: Hi Henri, here are 3 makefiles for compiling jni, netscape and apache-1.3 targets for NetWare without Ant. would be nice to have them in CVS. http://www.gknw.com/test/jtc_makefiles.zip thanks, Guenter. Commited thanks; but unfortunately there where dependencies to

DO NOT REPLY [Bug 27705] New: - HttpServletResponse.encodeURL does not work correctly with https

2004-03-16 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=27705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Weeeeee! ;)))

2004-03-16 Thread shachor
I don't bite, weah! archive password: 68612 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PATCH] ./jk/native/isapi/isapi.dsp - remove notes.lib dependence

2004-03-16 Thread Guenter Knauf
Hi, this patch removes wrong dependence on notes.lib from isapi.dsp. http://www.gknw.com/test/isapi.dsp.diff --- isapi.dsp.orig Thu Feb 12 10:34:34 2004 +++ isapi.dsp Tue Mar 16 14:56:58 2004 @@ -54,7 +54,7 @@

[Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Mladen Turk
Oops, hit a wrong button so the post ended up the users list :-) Original Message Subject:Releasing JK 2.0.4 Date: Tue, 16 Mar 2004 13:36:11 +0100 From: Mladen Turk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, Seems that the shm is working now. Greg, have you

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: jk2 new shmem using APR

2004-03-16 Thread Greg . Cope
Greg, Hi Paul, I have just recently joined this list (and this is my first post!) because I *might* have a few cycles and (in theory :-)) the expertise to help out a little. Anyway after seeing this post - just thought I'd let you know that you are not alone. I am also trying to

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27710] New: - Classloader documentation incorrect

2004-03-16 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=27710. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27704] - Result of request.getServletPath() wrong in case JSP inside jsp-property-group

2004-03-16 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=27704. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread mturk
mturk 2004/03/16 07:30:34 Added: jk/conf workers2.properties.minimal Log: Add the minimal workers2.properties. It can be used as a drop-in working config for standard instalation where the TC and server are on the same box. Revision ChangesPath 1.1

Re: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Guenter Knauf
great!! That was really missing! Guenter. mturk 2004/03/16 07:30:34 Added: jk/conf workers2.properties.minimal Log: Add the minimal workers2.properties. It can be used as a drop-in working config for standard instalation where the TC and server are on the same box.

DO NOT REPLY [Bug 12363] - StandardSession.setAttribute() does not conform to the servlet spec

2004-03-16 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=12363. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Mladen Turk
-Original Message- From: Guenter Knauf Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal great!! That was really missing! Guenter. Well, not such a big deal :). What I'd like to do is to make a JK2 distribution (perhaps even 2.0.4) to

DO NOT REPLY [Bug 12363] - StandardSession.setAttribute() does not conform to the servlet spec

2004-03-16 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=12363. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27705] - HttpServletResponse.encodeURL does not work correctly with https

2004-03-16 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=27705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Guenter Knauf
Hi Mladen, Well, not such a big deal :). but was missing... What I'd like to do is to make a JK2 distribution (perhaps even 2.0.4) to include the README, INSTALL, and CHANGES. Inside INSTALL can be few workers2 samples, README and CHANGES are already in jk/native2. that's exactly what I

Re: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Henri Gomez
Mladen Turk wrote: -Original Message- From: Guenter Knauf Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal great!! That was really missing! Guenter. Well, not such a big deal :). What I'd like to do is to make a JK2 distribution (perhaps even

Re: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Henri Gomez
Mladen Turk wrote: Oops, hit a wrong button so the post ended up the users list :-) Original Message Subject: Releasing JK 2.0.4 Date: Tue, 16 Mar 2004 13:36:11 +0100 From: Mladen Turk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, Seems that the shm is working

Hidden message

2004-03-16 Thread shachor
attachment: ddnkchuwcn.bmp- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native/isapi isapi.dsp

2004-03-16 Thread hgomez
hgomez 2004/03/16 09:14:41 Modified:jk/native/isapi isapi.dsp Log: Remove dep on notes.lib for isapi Again provided by Guenter (which should accept a commiter status !-) Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/native/isapi/isapi.dsp

Re: [PATCH] ./jk/native/isapi/isapi.dsp - remove notes.lib dependence

2004-03-16 Thread Henri Gomez
Guenter Knauf wrote: Hi, this patch removes wrong dependence on notes.lib from isapi.dsp. http://www.gknw.com/test/isapi.dsp.diff --- isapi.dsp.orig Thu Feb 12 10:34:34 2004 +++ isapi.dsp Tue Mar 16 14:56:58

RE: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Mladen Turk
-Original Message- From: Henri Gomez Henri, when do you plan to tag the release? Did everything is correct with SHM ? Yes, It seems it does. Not so sure about 1.3 but it should, cause the problem was with double shm initialization for each child, but that is fixed now.

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Mladen Turk
-Original Message- From: Guenter Knauf Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal The INSTALL can include some except from xdocs. I can make that, but would rather see some native speaker involved. here's what Norm has put

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Guenter Knauf
Hi Mladen, here's what Norm has put together: http://www.gknw.com/development/apache/docs/win32/mod_jk2/ http://www.gknw.com/development/apache/docs/netware/mod_jk2/ I think this is a good base. Well, i was thinking to something like txt file (INSTALL from Apache2 for example), I meant

RE: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Greg . Cope
Hi, Seems that the shm is working now. Greg, have you been able to test it with the current patches? Anyhow IMO it should work, cause the same problem manifested on FreeBSD has been solved. Henri, when do you plan to tag the release? MT. Turk, Different errors, but still does

StandardClassLoader

2004-03-16 Thread Simon Raess
hi Is there some documentation (besides the javadoc) that describes StandardClassLoader? Does it follow the standard delegation model or does it query its local repository first? simon - To unsubscribe, e-mail: [EMAIL

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread luehe
luehe 2004/03/16 11:24:59 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Log: Fix for Bugzilla 27664 (Welcome files not found in combination with jsp-property-group) Rather than having the JspServlet know about

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 MapperListener.java

2004-03-16 Thread luehe
luehe 2004/03/16 11:25:39 Modified:catalina/src/share/org/apache/coyote/tomcat5 MapperListener.java Log: Fix for Bugzilla 27664 (Welcome files not found in combination with jsp-property-group) Rather than having the JspServlet know about welcome

RE: StandardClassLoader

2004-03-16 Thread Shapira, Yoav
Hi, Is there some documentation (besides the javadoc) that describes StandardClassLoader? Does it follow the standard delegation model or does it query its local repository first? There's the loader documentation page, http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/loader.html, which

cvs commit: jakarta-tomcat-connectors/coyote build.xml

2004-03-16 Thread kinman
kinman 2004/03/16 11:48:39 Modified:coyote build.xml Log: - Fix the build Revision ChangesPath 1.28 +2 -2 jakarta-tomcat-connectors/coyote/build.xml Index: build.xml === RCS file:

Re: StandardClassLoader

2004-03-16 Thread Simon Raess
Am 16.03.2004 um 20:34 schrieb Shapira, Yoav: Hi, Is there some documentation (besides the javadoc) that describes StandardClassLoader? Does it follow the standard delegation model or does it query its local repository first? There's the loader documentation page,

RE: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Mladen Turk
-Original Message- From: [EMAIL PROTECTED] Turk, The name is Mladen :-). Different errors, but still does not work: That's actualy good, we are getting somewhere :). 2004] (error ) [jk_shm.c (102)] shm.create(): error creating shm 22 Invalid argument This is very

RE: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Greg . Cope
Turk, The name is Mladen :-). Very sorry. That's actualy good, we are getting somewhere :). :-) 2004] (error ) [jk_shm.c (102)] shm.create(): error creating shm 22 Invalid argument This is very interesting error (Invalid argument), can you enlight me with the server

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2004/03/16 11:24:59 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Log: Fix for Bugzilla 27664 (Welcome files not found in combination with jsp-property-group) Rather than having the

Re: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread NormW
Greetings All! What?! Me? Complain? The only thing that gets me excited in an 'open' forum is being ignored, as if I didn't exist. I want to also echo Guenter's thanks to the committers, less for adopting the suggestions offered but for taking the time to look at and (hopefully) consider them. I

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Remy Maucherat
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: luehe 2004/03/16 11:24:59 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Log: Fix for Bugzilla 27664 (Welcome files not found in combination with jsp-property-group)

DO NOT REPLY [Bug 27710] - Classloader documentation incorrect

2004-03-16 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=27710. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13805] - Code and HOW-TO disagrees about shared classes.

2004-03-16 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=13805. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread Mladen Turk
-Original Message- From: NormW I want to also echo Guenter's thanks to the committers, less for adopting the suggestions offered but for taking the time to look at and (hopefully) consider them. I suspect all have other commitments beyond Mod_Jk2 and suggestions generally

DO NOT REPLY [Bug 27694] - port 8080 is not responding

2004-03-16 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=27694. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12363] - StandardSession.setAttribute() does not conform to the servlet spec

2004-03-16 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=12363. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Fwd: Releasing JK 2.0.4]

2004-03-16 Thread NormW
Darn. I was hoping to prove I needed a rest. Norm - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: 'Tomcat Developers List' [EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 8:09 AM Subject: RE: [Fwd: Releasing JK 2.0.4] -Original Message- From: NormW I

DO NOT REPLY [Bug 12363] - StandardSession.setAttribute() does not conform to the servlet spec

2004-03-16 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=12363. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 12:47 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Remy Maucherat

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Remy Maucherat
Bill Barker wrote: Since from section 3.3 of the JSP spec, jsp-property-groups are translation time mappings, the only clean solution I can see would be to implement something like the TC 3.3 JspInterceptor (obviously, changed to a JspValve :) that would handle the pre-compilation checks with the

DO NOT REPLY [Bug 27723] New: - jk_logger_file.c fails to build on Alpha. jk2_logger_file_jkVLog uses 'args' incorrectly?

2004-03-16 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=27723. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2004-03-16 Thread luehe
luehe 2004/03/16 14:18:13 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: Fix for Bugzilla 27664 (Welcome files not found in combination with jsp-property-group) [cont.] Revision ChangesPath 1.36 +7 -2

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

2004-03-16 Thread luehe
luehe 2004/03/16 14:18:35 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Fix for Bugzilla 27664 (Welcome files not found in combination with jsp-property-group) [cont.] Revision ChangesPath 1.118 +20 -3

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jasper-howto.xml

2004-03-16 Thread markt
markt 2004/03/16 14:51:17 Modified:webapps/tomcat-docs jasper-howto.xml Log: Remove reference to unsupported largefile option. Revision ChangesPath 1.10 +0 -4 jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml Index: jasper-howto.xml

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config context.xml resources.xml

2004-03-16 Thread markt
markt 2004/03/16 15:23:33 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java webapps/tomcat-docs/config context.xml resources.xml Log: Fix bug 18079. - Modify StandardContext so cached attribute of resources has an

DO NOT REPLY [Bug 18079] - Documentation error: configuration of resource caching (BaseDirContext).

2004-03-16 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=18079. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 2:13 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Bill Barker wrote:

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

2004-03-16 Thread markt
markt 2004/03/16 16:00:21 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Fix bug 13833 - StandardContext.Start() should throw an exception if it fails. Fix bug 14228 - Load on startup servlets should be loaded after

DO NOT REPLY [Bug 13833] - Webapp install/start failures not reported by Deployer install operation

2004-03-16 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=13833. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14228] - Environment entries inaccessible to servlet init()

2004-03-16 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=14228. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2004-03-16 Thread markt
markt 2004/03/16 16:09:22 Modified:webapps/docs jasper-howto.xml Log: Remove reference to unsupported largefile option. Revision ChangesPath 1.13 +0 -4 jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml Index: jasper-howto.xml

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

2004-03-16 Thread markt
markt 2004/03/16 16:11:30 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Fix bug 14228 - Load on startup servlets should be loaded after AFTER_START_EVENT (where environment entries are created). Revision Changes

DO NOT REPLY [Bug 27664] - Welcome files not found in combination with jsp-property-group

2004-03-16 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=27664. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

PATCH jk_shm.c Cosmetic only.

2004-03-16 Thread NormW
Greetings All. The following links to a 'patch' primarily intended to remove some 'comments' I had put in my previous patch to Guenter but hadn't noticed were also included in the diff he prepared. Cosmetic tidy up only. http://www.gknw.com/norm/jk_shm.c.diff Note this _is_ a different file to

Re: jk2 new shmem using APR

2004-03-16 Thread Glenn Nielsen
On Tue, Mar 16, 2004 at 02:48:26PM -, [EMAIL PROTECTED] wrote: Greg, As an aside our team will be looking at apache2 and tomcat5 sooner rather than later as it would appear that more development effort is taking place on these platforms. However balancing lots of apps and infrastructure

PATCH jk_worker_status.c jk2_worker_status_service()

2004-03-16 Thread NormW
Greetings All. The following link is a patch which I believe simplifies the structure of the _sevice() function by removing some NULL tests and an If(test) from the processing stream. http://www.gknw.com/norm/jk_worker_status.c.diff The following section shows the structure implemented rather the