cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java

2002-05-22 Thread remm
remm02/05/23 00:13:46 Modified:catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java ApplicationHttpResponse.java catalina/src/share/org/apache/catalina/servlets InvokerHttpReque

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/util SystemLogHandler.java

2002-05-22 Thread remm
remm02/05/22 23:53:23 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java Added: jasper2/src/share/org/apache/jasper/util SystemLogHandler.java Log: - Add the System.err capture class, as well as the new Ant based compiler. - App

Re: [PATCH] Stack based "finallies" in Generator.java

2002-05-22 Thread Denis Benoit
Hi Kin-Man! Here's take two of the "stack based" finally. The first version had a very nasty bug, the stacks variables were declared by mistake as field variables, so the JSP was not thread safe! This version properly declares the stack variables as local variables to the _jsp_service() method.

Coyote/JK2 CVS Download of Changes

2002-05-22 Thread Anthony W. Marino
Is cvs state (changes) ok to download at this point or what time tonight (USA EST)? Thanks, Anthony -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 9334] New: - Intermittent parsing error in Ajp13Request

2002-05-22 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/java/org/apache/jk/server JkCoyoteHandler.java

2002-05-22 Thread costin
costin 02/05/22 16:52:13 Modified:jk/java/org/apache/jk/common ChannelJni.java jk/java/org/apache/jk/core JkHandler.java jk/java/org/apache/jk/server JkCoyoteHandler.java Log: Added the FLUSH code. That shouldn't change any of the existing behavio

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-05-22 Thread costin
costin 02/05/22 16:51:11 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Added ( unused ) BUFFERED_WRITE. When 4.x and 3.x will support the CLIENT_FLUSH notification we'll get some 10-20% speed improvements. Revision ChangesPath 1.14 +24 -1 ja

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr AprImpl.java

2002-05-22 Thread costin
costin 02/05/22 16:50:03 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Remove the hardcoded path, make it configurable. Still have to test it. Revision ChangesPath 1.15 +29 -3 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr/AprImpl.java Index: A

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

2002-05-22 Thread costin
costin 02/05/22 16:49:18 Modified:jk/conf jk2.properties Log: Added a sample property with the location of the native code, in in-process mode. Revision ChangesPath 1.8 +1 -0 jakarta-tomcat-connectors/jk/conf/jk2.properties Index: jk2.properties =

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-05-22 Thread costin
costin 02/05/22 16:48:18 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Added few #ifdefs to make it compile with my version of MSVC ( probably an old one ). Nacho - let me know if it brakes your build ( but it shouldn't ) Revision ChangesPath 1.18

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

2002-05-22 Thread costin
costin 02/05/22 16:47:15 Modified:jk/native2/server/isapi isapi.dsp Log: Nacho - I changed the name to APACHE2_HOME ( instead of 20 ) to be consistent with the other dsp and files. Also check in with CRLF, so it will work. Revision ChangesPath 1.10 +328 -328

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

2002-05-22 Thread costin
costin 02/05/22 16:44:23 Modified:jk/native2/server/apache2 mod_jk2.c Log: Remove printfs. I tested apache2 with JkSet group lb , seem to work fine ( with Apache doing the mapping ). No time for ab tests now. Revision ChangesPath 1.25 +8 -11

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_apache2.h

2002-05-22 Thread costin
costin 02/05/22 16:42:32 Modified:jk/native2/include jk_pool.h jk/native2/common jk_pool_apr.c jk/native2/server/apache2 jk_apache2.h Log: The pool must be constructed before anything else, so we need to add a declaration for the constructor ( we can

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

2002-05-22 Thread costin
costin 02/05/22 16:40:36 Modified:jk/native2/common jk_config.c Log: Stupid mistake... Revision ChangesPath 1.20 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c ===

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-22 Thread costin
costin 02/05/22 16:40:02 Modified:jk/native2 build.xml Log: Added IIS to the build targets ( if detected ). We'll look for MSVC, as the required headers are included - you don't need IIS to compile the DLL ( and I think it'll work with the personal web server as well, probably

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2002-05-22 Thread remm
remm02/05/22 16:35:52 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Fix the timing of the call to JarEntry.getCertificates(). Very subtle bug overall. Thanks to Michael Eriksson for the explanation and the p

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers CcCompiler.java

2002-05-22 Thread costin
costin 02/05/22 16:34:53 Modified:jk/jkant/java/org/apache/jk/ant/compilers CcCompiler.java Log: Hpux doesn't support -W. ( or at least it has a different meaning ). Long term - we should start using like in ant-contrib cc tasks, it's much easier to do this in the xml

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

2002-05-22 Thread remm
remm02/05/22 15:17:23 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: - Add back the code specific to the ServerLifecycleListener. Otherwise, it wouldn't be part of the generated server.xml. Revision ChangesPath

startup.bat problem

2002-05-22 Thread Durham David Cntr 805CSS/SCBE
Not sure if this is a problem on all win32 systems, but the startup.bat does not work on most all the win32 systems I install it on with out a modification. This is the line that needs to be changed: call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9 It should be changed to: cal

DO NOT REPLY [Bug 9326] - Long URLs for JSPs cause HTTP 404/500 errors

2002-05-22 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 9326] New: - Long URLs for JSPs cause HTTP 404/500 errors

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

NT service problem

2002-05-22 Thread Harsha Yalagach
Hi, I have installed Apache HTTP Server Version 1.3 & also Tomcat 3.2.1. Tomcat is working smoothly as standalone with out any problems. No Problems with Apache HTTP Server also. I have installed JServ module and I am able to link HTTP Server with JSP container.

Re: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Manveen Kaur
+1 --Manveen On Tue, 21 May 2002, Remy Maucherat wrote: > I'd like to propose Denis Benoit as a committer on > the Tomcat project. Denis has contributed patches to Jasper 2 which brings > an impressive performance improvement when using JSP pages which rely > heavily on tags, such as the adm

Re: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Bill Barker
+1 - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 7:33 PM Subject: [VOTE] New committer: Denis Benoit > I'd like to propose Denis Benoit as a committer on > the Tomcat project. Denis has contributed patches to Jasper 2

DO NOT REPLY [Bug 9321] New: - TldLocationsCache logs informational message as warning

2002-05-22 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: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Amy Roh
+1 Amy -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Kin-Man Chung
+1 Welcome! And looking forward to working more with you on Jasper performance! > Date: Tue, 21 May 2002 19:33:27 -0700 > From: Remy Maucherat <[EMAIL PROTECTED]> > Subject: [VOTE] New committer: Denis Benoit > To: [EMAIL PROTECTED] > MIME-version: 1.0 > X-MIMEOLE: Produced By Microsoft MimeOLE

Re: j-t-c/jk/native2/build.xml: if="linux"

2002-05-22 Thread costinm
On Wed, 22 May 2002, Anthony W. Marino wrote: > Why not have it automatic and add the property as a global property in the > relevant build files as follows: > > > > Then make appropriate changes to "if=..." (ie; "Linux" not "linux") That would work, good idea. I'm don't like too much using

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.apxs.in

2002-05-22 Thread jfclere
jfclere 02/05/22 09:26:44 Modified:jk/native/apache-2.0 Makefile.apxs.in Log: Typo. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.apxs.in Index: Makefile.apxs.in ==

Re: cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread jean-frederic clere
GOMEZ Henri wrote: > > May be we could share jk2 works on autoconf to cleanup > a little thing in jk. I am just trying to fix what is not working. I think it is better to spend time on jk2. > > I'll be to drop automake stuff and just use simple > makefiles (makefile.apxs, makefile.static, make

RE: cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread GOMEZ Henri
May be we could share jk2 works on autoconf to cleanup a little thing in jk. I'll be to drop automake stuff and just use simple makefiles (makefile.apxs, makefile.static, makefile.libtool) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP K

Re: cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread jean-frederic clere
GOMEZ Henri wrote: > > What's about your support apxs sub macro ? make -f Makefile.apxs looks broken... > > > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED](. .) > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread jfclere
jfclere 02/05/22 08:46:33 Modified:jk/native buildconf.sh Log: Add the files symlinked by automake. Revision ChangesPath 1.6 +2 -2 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh =

RE: cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread GOMEZ Henri
What's about your support apxs sub macro ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: [EMAIL PRO

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread jfclere
jfclere 02/05/22 08:32:51 Modified:jk/native buildconf.sh Log: Correct the echo ;-( Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh ===

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2002-05-22 Thread jfclere
jfclere 02/05/22 08:30:58 Modified:jk/native buildconf.sh Log: copy files rather than symlinking them so that the tarball works on another machine. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh ===

cvs commit: jakarta-tomcat-connectors/jk/native/common Makefile.in

2002-05-22 Thread jfclere
jfclere 02/05/22 08:16:21 Modified:jk/native/common Makefile.in Log: set CC to allow CC=gcc configure -- Revision ChangesPath 1.8 +1 -0 jakarta-tomcat-connectors/jk/native/common/Makefile.in Index: Makefile.in ===

RE: ant tasks for 3.3

2002-05-22 Thread Jason Corley
That does make sense since the xerces.jar in my path is 1.4 and the ant 1.5b1 uses xerces 2. So I took the xerces JAR out of my classpath and it spit out "java.lang.NoClassDefFound error: org/xml/sax/SAXException". I added the xmlParserAPIs.jar from the 1.5b1 ant binary distribution and I al

DO NOT REPLY [Bug 9318] New: - HttpSession getMaxInactiveInterval() throws IllegalStateException

2002-05-22 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/conf server.xml

2002-05-22 Thread jfclere
jfclere 02/05/22 07:33:16 Modified:catalina/src/conf server.xml Log: Typo. Revision ChangesPath 1.59 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml === RCS file: /

RE: ant tasks for 3.3

2002-05-22 Thread Keith Wannamaker
Hmm, you might try taking xerces out the CLASSPATH property if there is already one in {ant.home}/lib I would guess there are two copies of an XML provider in your classpath.. are you using JDK1.4? I did a google on this error and apparently it comes up a lot. Keith | -Original Message

ant tasks for 3.3

2002-05-22 Thread Jason Corley
I'm trying to use Keith's ant tasks for tomcat 3.3 and I'm having some issues. I'm not sure if I'm doing something wrong or if there is an incompatibility somewhere. I have the tomcat 3.3a RPMs installed, and I'm using ant 1.5b1. My build.xml (I added the line breaks on the CLASSPATH variab

RE: tyrex 1.0

2002-05-22 Thread GOMEZ Henri
>Hi, > >I have noted that tyrex 0.9.7 is not available for download at >ftp.exolab.org. >Won't it be time to change to tyrex 1.0? yes, Tyrex is 1.0 since May 06, 2002. Good catch JF -- To unsubscribe, e-mail: For additional commands, e-mail:

tyrex 1.0

2002-05-22 Thread jean-frederic clere
Hi, I have noted that tyrex 0.9.7 is not available for download at ftp.exolab.org. Won't it be time to change to tyrex 1.0? Cheers Jean-frederic -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Andy Armstrong
+1 Remy Maucherat wrote: > > I'd like to propose Denis Benoit as a committer on > the Tomcat project. Denis has contributed patches to Jasper 2 which brings > an impressive performance improvement when using JSP pages which rely > heavily on tags, such as the administration web application avai

RE: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Larry Isaacs
+1 Larry > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 10:33 PM > To: [EMAIL PROTECTED] > Subject: [VOTE] New committer: Denis Benoit > > > I'd like to propose Denis Benoit as > a committer on > the Tomcat project. Denis has con

Re: Status of JK2

2002-05-22 Thread Anthony W. Marino
Without putting down the fantastic efforts of all involved, however, that should be a breath of "fresh air". Thanks, Anthony > You should have at least tomcat 3.3 / 4.x installed. > > Order are (from my tomcat-connectors rpm) : > > > cd util > ant > > cd ../jk > > # build jkant > ant -Dservlet

DO NOT REPLY [Bug 9189] - Port specified in doc is incorrect

2002-05-22 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: j-t-c/jk/native2/build.xml: if="linux"

2002-05-22 Thread Anthony W. Marino
Henri, Check my latest response to Costin with regards to system relevant properties. Thanks, Anthony > Not before a week or two. > > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED](. .) > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > PGP Fingerprint : 9DF8 1EA8 ED

Re: j-t-c/jk/native2/build.xml: if="linux"

2002-05-22 Thread Anthony W. Marino
Why not have it automatic and add the property as a global property in the relevant build files as follows: Then make appropriate changes to "if=..." (ie; "Linux" not "linux") The only properties that should be in the "build.properties" file are user preferences and NOT hardcore system rele

RE: j-t-c/jk/native2/build.xml: if="linux"

2002-05-22 Thread GOMEZ Henri
Not before a week or two. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Anthony W. Marino [mailto:[EM

Re: j-t-c/jk/native2/build.xml: if="linux"

2002-05-22 Thread Anthony W. Marino
What availability timeframe are we talking about? Anthony > I'm working on autoconf support for jk2 which will > great build.properties. > > This file could then be used by ant compile task or > good old make > > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED](. .)

RE: Status of JK2

2002-05-22 Thread GOMEZ Henri
You should have at least tomcat 3.3 / 4.x installed. Order are (from my tomcat-connectors rpm) : cd util ant cd ../jk # build jkant ant -Dservlet.jar=%{tomcat4dir}/common/lib/servlet.jar -Djunit.jar=%{javadir}/junit.jar -Dtomcat33.home=%{tomcat3dir} -Dtomcat40.home=%{tomcat4dir} -Dapache13.

Status of JK / WAS: Status of JK2

2002-05-22 Thread GOMEZ Henri
BTW, what's the status of jk (native) ? Did all the load-balancing patches were commited and did we have an updated documentation on it ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerpr

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-22 Thread jean-frederic clere
Pier Fumagalli wrote: > > "jean-frederic clere" <[EMAIL PROTECTED]> wrote: > > > Pier Fumagalli wrote: > >> > >> "jean-frederic clere" <[EMAIL PROTECTED]> wrote: > >> > >>> Pier Fumagalli wrote: > > "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > > Thanks for the report Pier.

RE: JK2/Coyote Connector Testing Effort

2002-05-22 Thread GOMEZ Henri
>Any ant after 1.4 should work, as well as configure ( i.e. ant is not >the only way to build jk ). I'm still working on autoconf support for jk2 and make files >The current ant tasks for building C work reasonably well - and >I think it's a good idea ( for some reasons I prefer to write >logi

Re: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Bojan Smojver
Quoting Remy Maucherat <[EMAIL PROTECTED]>: > I'd like to propose Denis Benoit as a committer > on the Tomcat project. +1 Bojan -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: j-t-c/jk/native2/build.xml: if="linux"

2002-05-22 Thread GOMEZ Henri
I'm working on autoconf support for jk2 which will great build.properties. This file could then be used by ant compile task or good old make - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Finger

RE: [VOTE] New committer: Denis Benoit

2002-05-22 Thread GOMEZ Henri
+1 Welcome on board ;) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Remy Maucherat [mailto:[EMAIL P