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

2002-05-13 Thread costinm
On Tue, 14 May 2002, Bernd Koecke wrote: > The '0' as lb_value is needed to determine which are the main/local-workers. If > we don't have this special value we need an additional config-flag with a list > of the local/main-workers like in Mathias patch. > > Should I add an additional config-f

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

2002-05-13 Thread Bernd Koecke
GOMEZ Henri wrote: >>The '0' as lb_value is needed to determine which are the >>main/local-workers. If >>we don't have this special value we need an additional >>config-flag with a list >>of the local/main-workers like in Mathias patch. >> >>Should I add an additional config-flag (I will take

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

2002-05-13 Thread GOMEZ Henri
>The '0' as lb_value is needed to determine which are the >main/local-workers. If >we don't have this special value we need an additional >config-flag with a list >of the local/main-workers like in Mathias patch. > >Should I add an additional config-flag (I will take it from >Mathias patch) o

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

2002-05-13 Thread Bernd Koecke
[EMAIL PROTECTED] wrote: > On Mon, 13 May 2002, Bernd Koecke wrote: > > >>Sorry, I must say it again, for my environment it is an error, if a _switched >>off_ tomcat got a request without a sessionid or with a session from another >>node. Its not necessary that this tomact-apache tandem is > >

RE: mod_jk2 (native2) autoconf

2002-05-13 Thread GOMEZ Henri
I hope I didn't miss too many usefull replies with nagoya problem. BTW, I rework on autoconf stuff and removed the 'complex' part automake. Simpler makefile are in use and strategy is the following : configure could be used like this : --with-apxs --with-apr (to be able to rebuil

DO NOT REPLY [Bug 9023] - Servlet Container does not convert the roles, which wherer specified in the Element

2002-05-13 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 9027] - The Tomcat Servlet Container use the identity specified in a servlet with the element for every web component.

2002-05-13 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 9023] - Servlet Container does not convert the roles, which wherer specified in the Element

2002-05-13 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-4.0/catalina build.xml

2002-05-13 Thread remm
remm02/05/13 17:52:02 Modified:catalina build.xml Log: - Fis the build. Revision ChangesPath 1.117 +1 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml === RCS file: /home/cvs/j

Re: cvs commit: jakarta-tomcat-connectors/webapp Makefile.in

2002-05-13 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > pier02/05/13 17:22:34 > > Modified:webapp Makefile.in > Log: > Added how to invoke ANT from Make (still need to do the clean target) All those new things in "configure" have been tested only on MacOS/X, if someone gets around to do

DO NOT REPLY [Bug 8817] - nested custom jsp tags not working?

2002-05-13 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-connectors/webapp Makefile.in

2002-05-13 Thread pier
pier02/05/13 17:22:34 Modified:webapp Makefile.in Log: Added how to invoke ANT from Make (still need to do the clean target) Revision ChangesPath 1.33 +4 -1 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in ===

DO NOT REPLY [Bug 7829] - On redirect and close: Cannot find message associated with key 'responseStream.suspended'

2002-05-13 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 7402] - Localized responseStream.suspended message not found

2002-05-13 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-connectors/webapp Makedefs.in

2002-05-13 Thread pier
pier02/05/13 17:21:54 Modified:webapp Makedefs.in Log: Add target definitions for ANT build. Revision ChangesPath 1.19 +5 -1 jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in ===

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2002-05-13 Thread pier
pier02/05/13 17:21:17 Modified:webapp configure.in Log: Simplify --enable-java, add targets for --enable-docs and --enable-apidoc-java Revision ChangesPath 1.60 +67 -0 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in ===

DO NOT REPLY [Bug 7829] - On redirect and close: Cannot find message associated with key 'responseStream.suspended'

2002-05-13 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-connectors/webapp build.xml

2002-05-13 Thread pier
pier02/05/13 17:20:21 Modified:webapp build.xml Log: Split the "prepare" part (it's just nicer both when running ant from make and when running it standalone) Revision ChangesPath 1.9 +10 -5 jakarta-tomcat-connectors/webapp/build.xml Index: build.x

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector LocalStrings.properties

2002-05-13 Thread remm
remm02/05/13 17:20:22 Modified:catalina/src/share/org/apache/catalina/connector LocalStrings.properties Log: - Add responseStream.suspended key (#7829). Revision ChangesPath 1.7 +1 -0 jakarta-tomcat-4.0/catalina/src/share/org/apach

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector LocalStrings.properties

2002-05-13 Thread remm
remm02/05/13 17:20:12 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch LocalStrings.properties Log: - Add responseStream.suspended key (#7829). Revision ChangesPath No revision No

DO NOT REPLY [Bug 9050] - GET Query Parameters Require an Equal Sign

2002-05-13 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 9049] - org.apache.catalina.core.StandardContext

2002-05-13 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-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2002-05-13 Thread remm
remm02/05/13 17:05:05 Modified:catalina/src/share/org/apache/catalina/core Tag: tomcat_40_branch StandardContext.java Log: - Forgot to port patch to 4.0.x branch (bugzilla 9049). Revision ChangesPath No revision No

DO NOT REPLY [Bug 9052] New: - filters not applied to jsp

2002-05-13 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-connectors/webapp configure.in

2002-05-13 Thread pier
pier02/05/13 16:27:44 Modified:webapp configure.in Log: Add ANT support to configure. Note that this is still not reflected into the makefiles as of today (will fix it later tomorrow night if I get around to do it). Revision ChangesPath 1.59 +54 -3 jak

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

2002-05-13 Thread pier
pier02/05/13 16:26:35 Modified:webapp build.xml Log: Now, this is how I like it (well indented AND commented). Revision ChangesPath 1.8 +183 -211 jakarta-tomcat-connectors/webapp/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-05-13 Thread pier
pier02/05/13 16:26:10 Modified:catalina build.xml Log: Find the warp.jar in the right spot. Revision ChangesPath 1.116 +1 -1 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml === R

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 Makefile.in

2002-05-13 Thread pier
pier02/05/13 16:25:09 Modified:webapp Makedefs.in Makefile.in webapp/apache-1.3 Makefile.in Log: Use the same "build" directory structure for ANT and MAKE. Revision ChangesPath 1.18 +5 -3 jakarta-tomcat-connectors/webapp/Makedefs.in In

cvs commit: jakarta-tomcat-connectors/webapp build.properties.in

2002-05-13 Thread pier
pier02/05/13 16:23:58 Added: webapp build.properties.in Log: Generate build.properties from the values got by AutoConf (if any) Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/build.properties.in Index: build.properties.in ==

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apr.m4 wa_apxs.m4

2002-05-13 Thread pier
pier02/05/13 16:23:19 Modified:webapp/support wa_apr.m4 wa_apxs.m4 Log: Beautification. Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/webapp/support/wa_apr.m4 Index: wa_apr.m4 ==

cvs commit: jakarta-tomcat-connectors/webapp/support wa_ant.m4

2002-05-13 Thread pier
pier02/05/13 16:22:51 Added: webapp/support wa_ant.m4 Log: Try to discover where ANT is. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_ant.m4 Index: wa_ant.m4 ===

cvs commit: jakarta-tomcat-connectors/webapp/support .cvsignore

2002-05-13 Thread pier
pier02/05/13 16:22:33 Added: webapp/support .cvsignore Log: More MacOS/X uglyness. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/.cvsignore Index: .cvsignore ===

DO NOT REPLY [Bug 9050] New: - GET Query Parameters Require an Equal Sign

2002-05-13 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 9049] New: - org.apache.catalina.core.StandardContext

2002-05-13 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 8919] - Typo in standard action name not reported as error

2002-05-13 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 8919] - Typo in standard action name not reported as error

2002-05-13 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

org.apache.catalina.core.StandardContext

2002-05-13 Thread van Husen, Thomas
While reading the source code of this class, this looked strange to my eyes public void addSecurityRole(String role) { synchronized (securityRoles) { String results[] =new String[securityRoles.length + 1]; for (int i = 0; i < securityRoles.length; i++)

DO NOT REPLY [Bug 8919] - Typo in standard action name not reported as error

2002-05-13 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 8919] - Typo in standard action name not reported as error

2002-05-13 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 8926] - Duplicate variable definition in generated Java source, related to custom tag scripting variable

2002-05-13 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 7059] - Jasper compiler holds pointers to jars in WEB-INF/lib: cannot delete

2002-05-13 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-4.0/catalina/src/share/org/apache/catalina Lifecycle.java

2002-05-13 Thread remm
remm02/05/13 13:11:51 Modified:catalina/src/share/org/apache/catalina Lifecycle.java Log: - Add the four new basic event types for components. Revision ChangesPath 1.5 +28 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Lifecycle.java Ind

DO NOT REPLY [Bug 8675] - Unable to get Request Querystring parameters using getParameter( )

2002-05-13 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 8813] - welcome file list doesn't work

2002-05-13 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: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_lb.c

2002-05-13 Thread costinm
On Mon, 13 May 2002, Bernd Koecke wrote: > Sorry, I must say it again, for my environment it is an error, if a _switched > off_ tomcat got a request without a sessionid or with a session from another > node. Its not necessary that this tomact-apache tandem is In the current code ( in jk2 ), if

DO NOT REPLY [Bug 9044] - FilterChain passes wrong request to servlet

2002-05-13 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

jk2: reconfig ( again )

2002-05-13 Thread costinm
I'm starting to have doubts about the current shm-based reconfiguration of workers. The solution is inspired from jserv - the scoreboard stores that status of each worker, when an apache instance detects the worker is down it'll update the shmem and everyone will know about this. That works f

DO NOT REPLY [Bug 9044] New: - FilterChain passes wrong request to servlet

2002-05-13 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-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java NamingResourcesMBean.java

2002-05-13 Thread amyroh
amyroh 02/05/13 11:25:47 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java NamingResourcesMBean.java Log: Decode encoded resource name before trying to find the right resource. Revision ChangesPath 1.37 +17 -5 jakar

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2Makefile

2002-05-13 Thread costinm
On Mon, 13 May 2002, GOMEZ Henri wrote: > We've got a problem here with all the automake stuff added. > There is allready a Makefile.in which will scratch your Makefile > after autoconf > > BTW, you're current Makefile seems ready for autoconf/m4 processing > APACHE2_HOME, and the build.prop

Re: Setting attributes via actions

2002-05-13 Thread Eric Rescorla
Eric Rescorla <[EMAIL PROTECTED]> writes: > "Bill Barker" <[EMAIL PROTECTED]> writes: > > What I'm suggesting is to change o.a.c.tc4.CoyoteRequest.getAttribute to > > something like: > > > > public Object getAttribute(String name) { > > return coyoteRequest.getAttribute(name); > >

Re: Setting attributes via actions

2002-05-13 Thread Eric Rescorla
"Bill Barker" <[EMAIL PROTECTED]> writes: > What I'm suggesting is to change o.a.c.tc4.CoyoteRequest.getAttribute to > something like: > > public Object getAttribute(String name) { > return coyoteRequest.getAttribute(name); > } > This works fine, but I'm wondering if maybe it wou

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2Makefile

2002-05-13 Thread jean-frederic clere
GOMEZ Henri wrote: >>jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile >> >> Index: Makefile >> === >> RCS file: >>/home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/M >>akefile,v >> retrieving revision 1.4 >>

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile

2002-05-13 Thread GOMEZ Henri
>jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile > > Index: Makefile > === > RCS file: >/home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/M >akefile,v > retrieving revision 1.4 > retrieving revision 1.

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

2002-05-13 Thread glenn
glenn 02/05/13 07:29:36 Modified:webapps/tomcat-docs security-manager-howto.xml Log: Remove codebase trailing \!/-, only needed for jar: URL's Revision ChangesPath 1.2 +3 -3 jakarta-tomcat-4.0/webapps/tomcat-docs/security-manager-howto.xml Index: secur

RE: mod_jk 1.2.0 / apache 2.0.35 error

2002-05-13 Thread GOMEZ Henri
>That's a very stupid error message ( handler jakarta-servlet >not found ). >It should be changed to 'Can't connect to tomcat instance mywork' >in the logs, and an 'application unavailable' in the page ( >'can't connect to tomcat' is fine too, but may reveal >informations about >the internal c

DO NOT REPLY [Bug 8983] - Error parsing JSP with a "%" in a value

2002-05-13 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

Local worker considerations

2002-05-13 Thread Mathias . Herberts
I read Bernd's message and in the end I do agree with the imperial need for a notion of local workers, or more exactly for the notion of non local workers, i.e. workers used exclusively for requests pertaining to a session they created. I wrote a piece of Apache configuration to ha

DO NOT REPLY [Bug 8897] - Problem Apache 2.0.36+Tomcat 4.0.3: jk_open_socket, connect() failed errno = 111

2002-05-13 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 9027] New: - The Tomcat Servlet Container use the identity specified in a servlet with the element for every web component.

2002-05-13 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

mod_jk2 (native2) autoconf

2002-05-13 Thread GOMEZ Henri
Hi, Just finished the commits for autoconf support in native2 and I need some helps here : - static/dynamic : I used the old Makefile.am from native but it may be better to have 2 Makefile, one for dynamic compile (via apxs or libtool ?) and one for static compile. - I know little from

autoconf for native2 need review and help

2002-05-13 Thread GOMEZ Henri
Hi, Just finished the commits for autoconf support in native2 and I need some helps here : - static/dynamic : I used the old Makefile.am from native but it may be better to have 2 Makefile, one for dynamic compile (via apxs or libtool ?) and one for static compile. - I know little from

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.am

2002-05-13 Thread hgomez
hgomez 02/05/13 03:43:18 Modified:jk/native2/server/apache2 Makefile.am Log: Removed incorrects .la deps Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.am Index: Makefile.am =

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-05-13 Thread hgomez
hgomez 02/05/13 03:35:48 Modified:jk/native2/include jk_global.h Log: change from mod_jk/ to mod_jk2/, just to prevent users which could have both jk1 (native) and jk2 (native2) installed at the same time (it's possible), to see reports like mod_jk/1.2.1 mod_jk/2.0.0. Re

cvs commit: jakarta-tomcat-connectors/jk/native2/jni Makefile.in

2002-05-13 Thread hgomez
hgomez 02/05/13 03:29:27 Added: jk/native2/common Makefile.in jk/native2/jni Makefile.in Log: Initial works on these Makefiles. jni Makefile will also need some serious checks Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/nati

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in

2002-05-13 Thread hgomez
hgomez 02/05/13 03:25:33 Modified:jk/native2/server/apache2 Makefile.apxs.in Log: Update apxs based Makefile Revision ChangesPath 1.2 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.apxs.in Index: Makefile.apxs.in ==

Re: mod_jk2 (native2) autoconf preliminary works

2002-05-13 Thread Pier Fumagalli
GOMEZ Henri <[EMAIL PROTECTED]> wrote: >> We may have to change our code when Apache2.1 is released - >> but coding against one API in jk2 ( i.e. APR-head ) and using >> it with Apache2 ( with another APR API ) is looking for trouble. > > +1, and that's one of my major concern with mod_webapp. >

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-05-13 Thread hgomez
hgomez 02/05/13 03:22:00 Modified:jk/native2/server/apache2 mod_jk2.c Log: mod_jk2 wasn't (no more) reporting itself in list of module loaded Revision ChangesPath 1.19 +3 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common list.mk.in

2002-05-13 Thread hgomez
hgomez 02/05/13 03:19:03 Added: jk/native2/common list.mk.in Log: Add missing list of sources file to be built (depending apr is in use or not) Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/common/list.mk.in Index: list.mk.in

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.am

2002-05-13 Thread hgomez
hgomez 02/05/13 03:15:34 Added: jk/native2/server/apache13 Makefile.am jk/native2/server/apache2 Makefile.am Log: Initial add for automake stuff. Should certainly be reworked in separate Makefiles for dynamic and static Revision ChangesPath 1.1

RE: [JK2] More news about IIS

2002-05-13 Thread GOMEZ Henri
Excellent. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]

RE: mod_jk2 (native2) autoconf preliminary works

2002-05-13 Thread GOMEZ Henri
>> >As a secondary note, if anyone has some time we should >> >look at sourceforge's ant-contrib and their CC task and >> >eventually merge jkant into it, we shouldn't duplicate >> >the effort. >> >> Hum, why didn't they include ant-contrib in ant cvs ? > >I think it's sometimes easier to work o

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

2002-05-13 Thread Bernd Koecke
Mathias Herberts wrote: > [EMAIL PROTECTED] wrote: > >> costin 02/05/09 14:06:48 >> >> Modified:jk/native2/common jk_worker_lb.c Log: That's the big one. >> >> Please review ! >> >> It changes the handling of lb_value to int. I also cleaned up the logic so >> it's easier ( I hop

RE: mod_jk2 (native2) autoconf preliminary works

2002-05-13 Thread GOMEZ Henri
Back to earth >> If that's provided with Apache 2.0... What if it's not >provided with the >> web-server (AKA, apache 1.3?) > >We either don't use APR, or use the APR that is included with >Apache2.0. Since the only available APR release are those from Apache 2.0 release, my shared apr l

DO NOT REPLY [Bug 9023] New: - Servlet Container does not convert the roles, which wherer specified in the Element

2002-05-13 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-connectors/jk/native2/server/isapi isapi.dsp

2002-05-13 Thread nacho
nacho 02/05/13 02:01:00 Modified:jk/native2/server/isapi isapi.dsp Log: * Including APR libs, and APR based sources into ISAPI redirector build, to run and test isapi_redirector.dll you will need to put libapr.dll and libapr-util.dll within the same dir where i_r2.dll resides..

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

2002-05-13 Thread nacho
nacho 02/05/13 01:57:56 Modified:jk/native2/common jk_shm.c Log: * Fixed initialization of APR, this must be done in every place we use APR. Revision ChangesPath 1.14 +2 -0 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ==