NoClassDefFoundError

2001-06-01 Thread kailash vyas
hi all i am trying to run a jsp file with a bean tag in Apache Jserv. i have been provided with a servlets directory and a bean directory where the bean directory has been included in classpath on the server. the code for jsp file is html jsp:useBean id=comment class=cal.hello scope=request

[VOTE] New Committer: Mike Anderson

2001-06-01 Thread GOMEZ Henri
I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and since he's working on Netware platforms, it will a great help to improve connectors on this OS. Vote please - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: [ANNOUNCEMENT] Domino / Tomcat connecter available

2001-06-01 Thread GOMEZ Henri
We could add it to jakarta-tomcat-connector ? +1 -- so long as andy will help fix bugs in it when/if they come :) I'll commit this works on current JTC. I'd like to see this connector supporting others protocol like ajp13 and may be ajp14/warp. It's important to have people working on

web_app in JTC

2001-06-01 Thread GOMEZ Henri
Did you, Pier, agree to move the mod_webapp/warp stuff in jakarta-tomcat-connector and use these CVS instead the one from TC 4.0 ? Having all the connector stuff in a common area will help users (it's what we want), and could also allow us to have a release rate different from the main

Re: [ANNOUNCEMENT] Domino / Tomcat connecter available

2001-06-01 Thread Andy Armstrong
GOMEZ Henri wrote: We could add it to jakarta-tomcat-connector ? +1 -- so long as andy will help fix bugs in it when/if they come :) I'll commit this works on current JTC. I'd like to see this connector supporting others protocol like ajp13 and may be ajp14/warp. I'm going to

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp13_worker.c

2001-06-01 Thread hgomez
hgomez 01/06/01 01:41:16 Modified:src/native/mod_jk/apache1.3 mod_jk.c src/native/mod_jk/common jk_ajp13_worker.c Log: Fix memory leaks when multiple conf structures are allocated and not desallocated Submitted by: Mike Anderson [EMAIL PROTECTED] Revision

cvs commit: jakarta-tomcat-connectors/jk/src/native/domino - New directory

2001-06-01 Thread hgomez
hgomez 01/06/01 01:47:42 jakarta-tomcat-connectors/jk/src/native/domino - New directory

cvs commit: jakarta-tomcat-connectors/jk/src/native/domino config.h dsapi.dsp dsapi.dsw dsapifilter.h jk_dsapi_plugin.c tomcat_redirector.reg

2001-06-01 Thread hgomez
hgomez 01/06/01 01:49:27 Added: jk/src/native/domino config.h dsapi.dsp dsapi.dsw dsapifilter.h jk_dsapi_plugin.c tomcat_redirector.reg Log: Initial domino support in JTC Contributed by Andy Armstrong [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/src/doc tomcat-domino-howto.html

2001-06-01 Thread hgomez
hgomez 01/06/01 01:50:40 Added: jk/src/doc tomcat-domino-howto.html Log: Documentation on Domino and Tomcat Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/doc/tomcat-domino-howto.html Index: tomcat-domino-howto.html

Re: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Kief Morris
+1 GOMEZ Henri typed the following on 09:30 AM 6/1/2001 +0200 I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and since he's working on Netware platforms, it will a great help to improve connectors on this OS. Vote please - Henri Gomez

jakarta-tomcat-connectors/jk/src/native/README.configure

2001-06-01 Thread jean-frederic clere
Hi, This README.configure is what I have prepared for the configure of mod_jk in jakarta-tomcat-connectors. Could you have a look to it before commit? Cheers Jean-frederic Installation It is possible to use autoconf for configuration and installation. To create

RE: Filter Chains slow first time it is called

2001-06-01 Thread Paul Butcher
Craig, Thanks for your prompt reply, and sorry for my delayed reply (I was out of the office yesterday). * Do you have a small test case we can use to investigate this? If so, you can send it either to TOMCAT-DEV or to me in private mail. A .war file containing an example is attached to

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 mod_jk.c

2001-06-01 Thread hgomez
hgomez 01/06/01 02:49:57 Modified:jk/src/native/apache-2.0 mod_jk.c Log: Correct the use of register_hooks in latest Apache 2.0 Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/src/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 mod_jk.c

2001-06-01 Thread hgomez
hgomez 01/06/01 02:50:43 Modified:jk/src/native/apache-1.3 mod_jk.c Log: New directive handling for autoconf support and some code cleanup Revision ChangesPath 1.4 +80 -18jakarta-tomcat-connectors/jk/src/native/apache-1.3/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw mod_jk.dsp

2001-06-01 Thread hgomez
hgomez 01/06/01 02:54:02 Modified:jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw mod_jk.dsp Log: Updated build files to support new source jk_context Revision ChangesPath 1.4 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 Makefile.in Makefile.linux mod_jk.dsp

2001-06-01 Thread hgomez
hgomez 01/06/01 02:55:50 Modified:jk/src/native/apache-2.0 Makefile.in Makefile.linux mod_jk.dsp Log: Updated build files for new jk_context source Revision ChangesPath 1.4 +2 -2

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_context.c jk_context.h

2001-06-01 Thread hgomez
hgomez 01/06/01 02:59:07 Added: jk/src/native/common jk_context.c jk_context.h Log: Context Handling stuff (Autoconf) will live here Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/native/common/jk_context.c Index: jk_context.c

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

2001-06-01 Thread hgomez
hgomez 01/06/01 02:59:47 Modified:jk/src/native/common jk_ajp13_worker.c Log: Memory leaks fixes from Mike Anderson Code cleanup (who still use 80 cols today ?) Revision ChangesPath 1.3 +32 -68jakarta-tomcat-connectors/jk/src/native/common/jk_ajp13_worker.c

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

2001-06-01 Thread hgomez
hgomez 01/06/01 03:00:18 Modified:jk/src/native/common jk_ajp13.c Log: Code cleanup Revision ChangesPath 1.2 +84 -122 jakarta-tomcat-connectors/jk/src/native/common/jk_ajp13.c Index: jk_ajp13.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_msg_buff.c jk_msg_buff.h

2001-06-01 Thread hgomez
hgomez 01/06/01 03:01:11 Modified:jk/src/native/common jk_msg_buff.c jk_msg_buff.h Log: Updated functions to handle bytes (jk_b_get_bytes) Revision ChangesPath 1.3 +17 -1 jakarta-tomcat-connectors/jk/src/native/common/jk_msg_buff.c Index: jk_msg_buff.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp14.c jk_ajp14.h

2001-06-01 Thread hgomez
hgomez 01/06/01 03:02:05 Modified:jk/src/native/common jk_ajp14.c jk_ajp14.h Log: New marshal/unmarshal on ajp14 protocol Revision ChangesPath 1.3 +393 -4jakarta-tomcat-connectors/jk/src/native/common/jk_ajp14.c Index: jk_ajp14.c

RE: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega -Mensaje original- De: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Enviado el: viernes 1 de junio de 2001 9:31 Para: [EMAIL PROTECTED] Asunto: [VOTE] New Committer: Mike Anderson I would like to propose Mike Anderson as a new committer. He found

Re: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread kevin seguin
+1 GOMEZ Henri wrote: I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and since he's working on Netware platforms, it will a great help to improve connectors on this OS. Vote please - Henri Gomez ___[_] EMAIL :

Re: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread jean-frederic clere
+1 GOMEZ Henri wrote: I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and since he's working on Netware platforms, it will a great help to improve connectors on this OS. Vote please - Henri Gomez ___[_] EMAIL :

mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread Jeffrey Altman
I'm sorry if this is the wrong mailing list to request help for mod_jk for Apache 2.0. If it is, please point me in the proper direction. I am attempting to build mod_jk for Apache 2.0 on Red Hat 6.0. I'm using the build-unix.sh script. Unfortunately, the command $APXS -c -o mod_jk.so

RE: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Larry Isaacs
+1 Larry -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 3:31 AM To: [EMAIL PROTECTED] Subject: [VOTE] New Committer: Mike Anderson I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and

RE: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Mike Braden
+1 -- Mike Braden [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 3:31 AM To: [EMAIL PROTECTED] Subject: [VOTE] New Committer: Mike Anderson I would like to propose Mike Anderson as a new committer. He

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread GOMEZ Henri
Something I know well :) Which version of Apache 2.0 have you ? Up to the latest, the apxs was broken. I recommand you take a look at Makefile.linux in TC 3.3 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread Jeffrey Altman
Something I know well :) Which version of Apache 2.0 have you ? Up to the latest, the apxs was broken. I recommand you take a look at Makefile.linux in TC 3.3 :) Thanks for your help. The Apache version is 2.0.16 I've looked at the Makefile.linux and that apparently has less luck

Re: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread jean-frederic clere
Jeffrey Altman wrote: Something I know well :) Which version of Apache 2.0 have you ? Up to the latest, the apxs was broken. I recommand you take a look at Makefile.linux in TC 3.3 :) Thanks for your help. The Apache version is 2.0.16 I've looked at the Makefile.linux and

RE: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Marc Saegesser
+1 Welcome aboard! -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 2:31 AM To: [EMAIL PROTECTED] Subject: [VOTE] New Committer: Mike Anderson I would like to propose Mike Anderson as a new committer. He found many subtils bugs in

Re: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread Jeffrey Altman
Other idea is a broken libtool... try with the one that is in APR. I'm sorry. APR? Jeffrey Altman * Sr.Software Designer C-Kermit 7.1 Alpha available The Kermit Project @ Columbia University includes Secure Telnet and FTP http://www.kermit-project.org/ using

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread GOMEZ Henri
Something I know well :) Which version of Apache 2.0 have you ? Up to the latest, the apxs was broken. I recommand you take a look at Makefile.linux in TC 3.3 :) Thanks for your help. The Apache version is 2.0.16 I've looked at the Makefile.linux and that apparently has less luck

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread Jeffrey Altman
APR is Apache Portable Runtime (apr.apache.org) Could you give us the libtool version ? I've used Redhat 6.0 and many things were damaged. actually, it is RH 6.1 The libtool version is ### BEGIN LIBTOOL CONFIG # Libtool was configured as follows, on host foo: # # CC=gcc CFLAGS=-O

Re: web_app in JTC

2001-06-01 Thread kevin seguin
i think pier said he didn't care one way or the other, and that if someone wanted to move mod_webapp/warp to jtc, they could go ahead and do it -- but i shouldn't speak for pier :) GOMEZ Henri wrote: Did you, Pier, agree to move the mod_webapp/warp stuff in jakarta-tomcat-connector and use

Re: jakarta-tomcat-connectors/jk/src/native/README.configure

2001-06-01 Thread kevin seguin
i feel like i could follow that readme file and get things building. but, of course, i have not yet tried to build mod_jk in jtc :) jean-frederic clere wrote: Hi, This README.configure is what I have prepared for the configure of mod_jk in jakarta-tomcat-connectors. Could you have a

Re: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread jean-frederic clere
+++ CUT +++ (cd .libs rm -f mod_jk.la ln -s ../mod_jk.la mod_jk.la) libtool --mode=compile gcc -pthread -I/usr/local/apache2/include -I../common -I/ opt/IBMJava2-13/include -I/opt/IBMJava2-13/include/linux -c ../common/jk_ajp12_ worker.c touch ../common/jk_ajp12_worker.slo gcc -pthread

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread Jeffrey Altman
I applied the patch to APXS. I replaced /usr/bin/libtool (version 1.3.4) with the one from the Apache 2.0 distribution (version 1.3.4-freebsd-ports). ./build-unix.sh now completes successfully and produces [root@IAM40 apache2.0]# ls -l /usr/local/apache2/modules/ total 12 -rw-r--r--

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread GOMEZ Henri
I used the following RPM libtool-1.3.4-3 autoconf-2.13-5 automake-1.4-6 - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

RE: mod_jk for Apache 2.0 not building on Red Hat 6

2001-06-01 Thread Jeffrey Altman
Thanks all. The APXS patch which I applied was not being used. After I ensured that the patched version was being executed, the mod_jk.so built properly. The changes to libtool were not necessary. Jeffrey Altman * Sr.Software Designer C-Kermit 7.1 Alpha available The Kermit Project @

Re: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Craig R. McClanahan
+1 Craig On Fri, 1 Jun 2001, GOMEZ Henri wrote: I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and since he's working on Netware platforms, it will a great help to improve connectors on this OS. Vote please - Henri Gomez

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-06-01 Thread craigmcc
craigmcc01/06/01 09:59:06 Modified:.build.properties.sample Log: Add an entry for junit.jar to the sample build.properties file. Revision ChangesPath 1.3 +5 -1 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

Re: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Casey Lucas
+1 -casey

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/logging Logger.java

2001-06-01 Thread keith
keith 01/06/01 10:38:47 Modified:src/share/org/apache/tomcat/logging Tag: tomcat_32 Logger.java Log: Use a 24-hour clock in the log due to the absence of a meridian. Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/qlog Logger.java

2001-06-01 Thread keith
keith 01/06/01 10:41:46 Modified:src/share/org/apache/tomcat/util/qlog Logger.java Log: Update the comment to reflect the timestamp actually used. Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision ChangesPath 1.3 +1 -1

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util ProcessHelper.java ProcessEnvironment.java CGIProcessEnvironment.java

2001-06-01 Thread Reilly, John
When compiling ProcessHelper.java and ../servlets/CGIServlet.java against jdk1.2 there is an error. ProcessHelper line 381 and CGIServlet line 1567. Both lines try to call Runtime.exec(String, String[], File) which does not exist in jdk1.2 John -Original Message- From:

Re: [VOTE] New Committer: Mike Anderson

2001-06-01 Thread Costin Manolache
+1 Costin --- GOMEZ Henri [EMAIL PROTECTED] wrote: I would like to propose Mike Anderson as a new committer. He found many subtils bugs in mod_jk and since he's working on Netware platforms, it will a great help to improve connectors on this OS. Vote please - Henri Gomez

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-06-01 Thread jon
jon 01/06/01 11:30:22 Modified:.build.properties.sample Log: added ${base.path} -jon Revision ChangesPath 1.4 +10 -9 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread Andy Armstrong
Hi, This weekend I'm going to look at making the Domino connector we released this week use ajp13 or ajp14 or both. Can anyone give me a quick pointer to which source I should grab from where (or a meta pointer to something I can read to find out) to get started. I had a quick look at the Tomcat

Re: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread kevin seguin
tomcat 4 is not the right place to look for ajp13 examples. ajp14 is still in the early stages, so you're probably better off starting with ajp13. jakarta-tomcat-connectors/jk is probably the best place to look for examples. there are ajp13 connectors for apache, iis and netscape. you're

Re: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread Andy Armstrong
Thanks for that Kevin. Pardon my ignorance ;-) kevin seguin wrote: tomcat 4 is not the right place to look for ajp13 examples. ajp14 is still in the early stages, so you're probably better off starting with ajp13. jakarta-tomcat-connectors/jk is probably the best place to look for

[PATCH] ThreadPool rewrite with sanity checks

2001-06-01 Thread Hector Gonzalez
Hi all, After performing stress testing on Tomcat 3.2.2 I found that one area of trouble was the Thread Pool. Long running servlets may eat up all resources and prevent tomcat from accepting any new connections on the socket. Also for some still unknown reason performance would decrease over

Re: Misusing dynamic binding when static binding would do.

2001-06-01 Thread Incze Lajos
On Thu, May 31, 2001 at 11:31:17AM -0400, Dan Milstein wrote: curmudgeon mode This post is really not appropriate for this mailing list. This list is for discussion of development of the Tomcat server. You're writing about web application design issues / patterns. See:

Re: [ANNOUNCEMENT] Domino / Tomcat connecter available

2001-06-01 Thread Andy Armstrong
GOMEZ Henri wrote: We could add it to jakarta-tomcat-connector ? +1 -- so long as andy will help fix bugs in it when/if they come :) I'll commit this works on current JTC. I'd like to see this connector supporting others protocol like ajp13 and may be ajp14/warp. I've just been

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_context.c jk_context.h

2001-06-01 Thread hgomez
hgomez 01/06/01 14:47:41 Modified:jk/src/native/common jk_context.c jk_context.h Log: Updated stuff on context Work on progress Revision ChangesPath 1.2 +42 -4 jakarta-tomcat-connectors/jk/src/native/common/jk_context.c Index: jk_context.c

RE: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread GOMEZ Henri
jakarta-tomcat-connector is the safe place to put experimental code, like Domino redirector. Also we could hope this sub-project could be one day the reference of connectors between majors Web-Servers and jakarta Servlet Engines :) It's an arena where there we may speak more on native

RE: [ANNOUNCEMENT] Domino / Tomcat connecter available

2001-06-01 Thread GOMEZ Henri
GOMEZ Henri wrote: We could add it to jakarta-tomcat-connector ? +1 -- so long as andy will help fix bugs in it when/if they come :) I'll commit this works on current JTC. I'd like to see this connector supporting others protocol like ajp13 and may be ajp14/warp. I've just been

Re: [ANNOUNCEMENT] Domino / Tomcat connecter available

2001-06-01 Thread Andy Armstrong
GOMEZ Henri wrote: GOMEZ Henri wrote: We could add it to jakarta-tomcat-connector ? +1 -- so long as andy will help fix bugs in it when/if they come :) I'll commit this works on current JTC. I'd like to see this connector supporting others protocol like ajp13 and may be

Re: A starting point for ajp13, ajp14/warp anyone?

2001-06-01 Thread Andy Armstrong
Thanks Henri, I needed the original code in such a hurry that I confess I didn't take much time finding out what was what. GOMEZ Henri wrote: jakarta-tomcat-connector is the safe place to put experimental code, like Domino redirector. Also we could hope this sub-project could be one day

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves AccessLogValve.java

2001-06-01 Thread craigmcc
craigmcc01/06/01 15:50:16 Modified:catalina/src/share/org/apache/catalina/valves AccessLogValve.java Log: Fix the time format used in access logs. The kk pattern gives hours in the range 1-24 (who would want that?), while the HH pattern is 0-23. PR: