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.
P
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
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 other
>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 ajp
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
problems
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
===
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
On Thu, May 31, 2001 at 11:31:17AM -0400, Dan Milstein wrote:
>
> 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:
> http://jakarta.apache.org/site
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 time
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 ex
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 domin
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
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
==
+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 Gome
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: [EMA
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 jakar
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
+1
-casey
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
+1
..bip
Someone was kind enough to point out that I should be using the unified
format for diff, so here's the patch again in that format.
Thanks,
--jeff
- Original Message -
From: "Jeff Kilbride" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 7:29 PM
Subject: [PATCH] T
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
===
craigmcc01/06/01 09:58:25
Modified:catalina/src/test/org/apache/naming/resources
BaseDirContextTestCase.java
FileDirContextTestCase.java
WARDirContextTestCase.java
Log:
Some initial JUnit tests for FileDirContex
+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
On Fri, 1 Jun 2001, Peter S. Heijnen wrote:
> But, since the WEB-INF directory may be used internally, it is actually a
> nice place to stick some 'hidden' files.
>
> Isn't there any way to distinguish internal requests from direct client
> requests? If not, the WEB-INF directory should be filte
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 @
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
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-
+++ 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
>
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
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
> 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" CFLA
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.
May I recommand you try with a more recent distro, ie 6.2
if you want best compatibility :)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECT
>> 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 apparent
>
> 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 Ker
+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
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 th
> 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
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...oOOo..(
+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 fo
+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 m
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 $INCL
+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 ___[_]
>
+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 ___[_]
>
+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.
>
> H
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
===
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
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
=
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
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
==
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 jakarta-tomcat-connectors/jk/src/native/apache-2.0/Makef
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
jakarta-tomcat-conn
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
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
=
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 t
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 jakarta
+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
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
=
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]>
Revi
hgomez 01/06/01 01:47:42
jakarta-tomcat-connectors/jk/src/native/domino - New directory
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
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
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 servlet-en
>> 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 o
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](. .)
64 matches
Mail list logo