Re: JK2: Configuration(1)

2001-12-07 Thread Bojan Smojver
[EMAIL PROTECTED] wrote: Please reply - this is an important change ! I would like to add another configuration mechanism for jk2. If people agree, this should be the default. Assumptions: - All webapplication that will be served must be deployed on the machine running the web server

FW: How to build mod_webapp for S390/Linux

2001-12-07 Thread GOMEZ Henri
-Original Message- From: SAMY rengasamy [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 7:12 PM To: GOMEZ Henri Subject: RE: How to build mod_webapp for S390/Linux A couple of days actually became a couple of weeks, sorry for the delay. Here is the link for mod_webapp.so

RE: Jk2: pools and memory

2001-12-07 Thread GOMEZ Henri
The current code is using some 'interesting' tricks with the jk_pools - it does some funny buffer allocations on the stack and use the buffer to create a pool ( which itself is allocated on the stack ). While this may have some performance benefits, the code is extremely hard to read, and

RE: [j-t-c] problem in ajp_process_callback (in jk_ajp_common.c)

2001-12-07 Thread GOMEZ Henri
I know it well, and take a serious look even if it will be seriously reworked in jk2... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

RE: Superb OSS Java IDE

2001-12-07 Thread GOMEZ Henri
Cool news. However, it isn't truly superb until it runs on OSX. Some lobbying to be conducted ;) Not even lobbying to be done, the initial native code could be ported to MacOsX :) Important point, this IDE support CVS as repository . Trully tailored for java OSS projects. It is

RE: Submission: Portable SSL Support

2001-12-07 Thread GOMEZ Henri
It compiles with or without JSSE, and runs fine without an SSL connector. However, I haven't actually gotten around to doing the whole keystore thing here, so the (big) one thing I haven't tried (yet) is to run it with an JSSE-SSL connection. Nota to interested people that PureTLS require :

Hide a directory from outside URGENT !!!!!!!!!!!!!!!!!!!!!

2001-12-07 Thread Zsolt Horvath
Hi ! How can I prevent users from accessing pages in a directory directly by writing their URLs into the location bar. It is not working (part of the WEB.XML) : security-constraint web-resource-collection web-resource-nameno-access/web-resource-name

appbase

2001-12-07 Thread Stijn Ver Eecke
I am just getting into tomcat and am trying to configure a server with virtual hosts in this structure : /www/docs/host1 /www/docs/host2 ... etc under each host i made the WEB-INF directory and a web.xml file I exported the CATALINA_HOME to the /opt/tomcat4.0.1 (installdir of tomcat) and

[4.0.1+][PATCH] http10/HttpProcessor.java - lost cookies bug

2001-12-07 Thread Stuart Roebuck
I've been loosing cookies running Cocoon under Tomcat 4 and have tracked the problem down to the HTTP 1.0 Processor class. The current code throws away any cookies after the first session id is found. Here's a patch which aught to work: Index:

Exception: Using JDBC Realm with mysql server in win2000

2001-12-07 Thread Tony Lu
I am using this driver,mm.mysql-2.0.4-bin.jar, to connect to mysql server. however, I cannot start the server when I use the JDBCRealm. I got the exception: Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Catalina.start: LifecycleException: Exception opening database connection:

DO NOT REPLY [Bug 5314] New: - NPE when reading web.xml without DOCTYPE declaration

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5314. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5315] New: - Unable to connect remote server

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5315. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: JK2: Configuration(1)

2001-12-07 Thread costinm
To clarify - this is not a replacement or an 'exclusive' mechanism. The 'ajp14' based config, where tomcat sends notifications to apache remains. The problems with 'tomcat sending config info to apache' ( and why I would not make that the 'default' simple config ): 1. It requires a strict

RE: Jk2: pools and memory

2001-12-07 Thread costinm
On Fri, 7 Dec 2001, GOMEZ Henri wrote: The pool_open, etc will be removed - same for the buf[] based allocation. why not. Frankly you love too much java :) I just like simple things. Stack-allocating buffers and then creating ( stack-allocated ) jk_pools in the buffer is not that simple,

RE: JK2: Configuration(1)

2001-12-07 Thread costinm
On Fri, 7 Dec 2001, GOMEZ Henri wrote: Caution, caution with security. On many sites, the web-server is located on a DMZ so subject to be hacked, while the Tomcats are behind firewall. Having webapp (program) could raise many problems. Hmm... I hope sandboxing is used for tomcat in this

DO NOT REPLY [Bug 4542] - jsp:include inside a custom tag can throw an exception.

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4542. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Submission: Portable SSL Support

2001-12-07 Thread Eric Rescorla
Bill Barker [EMAIL PROTECTED] writes: It compiles with or without JSSE, and runs fine without an SSL connector. However, I haven't actually gotten around to doing the whole keystore thing here, so the (big) one thing I haven't tried (yet) is to run it with an JSSE-SSL connection. I just did a

[Vote] New committer: Eric Rescorla

2001-12-07 Thread GOMEZ Henri
As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of one of the few SSL bible books and he have also created the excellent OpenSource JSSE alternative, PureTLS. He strike back in adapting PureTLS to Tomcat, today Tomcat 3.3, and so I would like to propose him

Re: [Vote] New committer: Eric Rescorla

2001-12-07 Thread costinm
+1 Costin On Fri, 7 Dec 2001, GOMEZ Henri wrote: As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of one of the few SSL bible books and he have also created the excellent OpenSource JSSE alternative, PureTLS. He strike back in adapting PureTLS to

DO NOT REPLY [Bug 5318] New: - Default error page processing broken.

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5318. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [4.0.1+][PATCH] http10/HttpProcessor.java - lost cookies bug

2001-12-07 Thread Stuart Roebuck
Apologies for a small bug in my last patch, I looked at the number of extra libraries you have to install in the installation read me and thought, ah!. Consequently I hadn't tried the code and missed off a cast. Here's the new patch, I ended up compiling it on it's own, unpacking the

DO NOT REPLY [Bug 5319] New: - AccessLogValve does not resolve hostname

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5319. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5148] - mod_webapp chokes on binary data (file upload)

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5148. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5065] - Byte with value 0xFF stripped out from the uploaded file

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5065. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Vote] New committer: Eric Rescorla

2001-12-07 Thread Mike Anderson
+1 Thanks for the great work Eric. Mike Anderson [EMAIL PROTECTED] 12/07/01 08:11AM As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of one of the few SSL bible books and he have also created the excellent OpenSource JSSE alternative, PureTLS. He strike

RE: [Vote] New committer: Eric Rescorla

2001-12-07 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega -Mensaje original- De: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Enviado el: viernes 7 de diciembre de 2001 16:12 Para: Tomcat Developers List Asunto: [Vote] New committer: Eric Rescorla As you may know, Eric Rescorla is one the few specialists in

RE: Superb OSS Java IDE

2001-12-07 Thread Steve Jones
On Fri, 2001-12-07 at 10:51, GOMEZ Henri wrote: Cool news. However, it isn't truly superb until it runs on OSX. Some lobbying to be conducted ;) Not even lobbying to be done, the initial native code could be ported to MacOsX :) Important point, this IDE support CVS as

RE: [Vote] New committer: Eric Rescorla

2001-12-07 Thread Larry Isaacs
+1 Larry -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 10:12 AM To: Tomcat Developers List Subject: [Vote] New committer: Eric Rescorla As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of

Re Performance Problems Solaris

2001-12-07 Thread Martin Frommberger
I´ve understood to make a call Socket.setTcpNoDelay() on the Tomcat-Server socket. But there are more than one place to insert that. Is there any patch or brief description available? (Tomcat Version 3.2) Thanks Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

[VOTE] New Watchdog Committer: Ryan Lubke

2001-12-07 Thread Craig R. McClanahan
NOTE: I'm posting this here because Watchdog was originally contributed to Apache along with Tomcat, and the Tomcat developer community will be substantially helped by Ryan's proposed efforts. I would like to nominate Ryan Lubke ([EMAIL PROTECTED]) as a committer on the Watchdog project. Ryan

Re: [Vote] New committer: Eric Rescorla

2001-12-07 Thread Craig R. McClanahan
+1 Craig On Fri, 7 Dec 2001, GOMEZ Henri wrote: Date: Fri, 7 Dec 2001 16:11:32 +0100 From: GOMEZ Henri [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: [Vote] New committer: Eric Rescorla As you may know, Eric

Re: [VOTE] New Watchdog Committer: Ryan Lubke

2001-12-07 Thread costinm
+1 Costin On Fri, 7 Dec 2001, Craig R. McClanahan wrote: NOTE: I'm posting this here because Watchdog was originally contributed to Apache along with Tomcat, and the Tomcat developer community will be substantially helped by Ryan's proposed efforts. I would like to nominate Ryan Lubke

RE: [VOTE] New Watchdog Committer: Ryan Lubke

2001-12-07 Thread Larry Isaacs
+1 Larry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: [VOTE] New Watchdog Committer: Ryan Lubke NOTE: I'm posting this here because Watchdog was originally contributed to

Re: Submission: Portable SSL Support

2001-12-07 Thread Bill Barker
The Ajp13 spec? :) - Original Message - From: Eric Rescorla [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Tomcat Developers List [EMAIL PROTECTED] Sent: Friday, December 07, 2001 6:59 AM Subject: Re: Submission: Portable SSL Support Bill Barker [EMAIL PROTECTED]

Re: [Vote] New committer: Eric Rescorla

2001-12-07 Thread Bill Barker
+1 - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Friday, December 07, 2001 7:11 AM Subject: [Vote] New committer: Eric Rescorla As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of one of

Cutting down a bit our bandwidth comsuption

2001-12-07 Thread Ignacio J. Ortega
Hola a todos: Please, be aware that almost all our communications carry the full initial message we responded to and almost anyone here ( including me ) is sinful of this practice, so messages end having a long long trail of unreaded quoted text, we need to cut down a bit all these lines.. This

RE: Cutting down a bit our bandwidth comsuption

2001-12-07 Thread Ignacio J. Ortega
Doh!! sorry, wrong list Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] New Watchdog Committer: Ryan Lubke

2001-12-07 Thread Bill Barker
+1 - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 07, 2001 10:08 AM Subject: [VOTE] New Watchdog Committer: Ryan Lubke NOTE: I'm posting this here because Watchdog was originally contributed to Apache along with Tomcat,

Re: Cutting down a bit our bandwidth comsuption

2001-12-07 Thread Jon Stevens
on 12/7/01 11:07 AM, Ignacio J. Ortega [EMAIL PROTECTED] wrote: This is the cost conscious behaviour ( ASF pays the bill ) Correction: CollabNet pays the bill. That said, bandwidth isn't the issue. The issue is the point you bring up...making it difficult to read the messages because people

DO NOT REPLY [Bug 5322] New: - HttpResonseBase class sends headers with multiple field-values in a non HTTP compliant fashion.

2001-12-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5322. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] New Watchdog Committer: Ryan Lubke

2001-12-07 Thread Patrick Luby
+1 Patrick Craig R. McClanahan wrote: NOTE: I'm posting this here because Watchdog was originally contributed to Apache along with Tomcat, and the Tomcat developer community will be substantially helped by Ryan's proposed efforts. I would like to nominate Ryan Lubke ([EMAIL PROTECTED])

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

2001-12-07 Thread costin
costin 01/12/07 15:05:45 Modified:jk/native2/server/apache2 mod_jk.c Log: - use r-request_config to pass the uriEnv ( the result of mapping ) instead of a note. This way we avoid few ( dozens ? ) string cmps, no need to pass the workerEnv (we pass the real structure ), the

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

2001-12-07 Thread costin
costin 01/12/07 15:07:24 Modified:jk/native2/server/apache2 jk_logger_apache2.c Log: Better error level translation. Revision ChangesPath 1.5 +5 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c Index: jk_logger_apache2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_endpoint.h jk_objCache.h jk_worker.h

2001-12-07 Thread costin
costin 01/12/07 15:10:34 Modified:jk/native2/include jk_endpoint.h jk_objCache.h jk_worker.h Log: Finish jk_objCache, start using it in jk_worker. ( the code is moved from ajp13_worker ). I added it to lb_worker, not yet to jni - but it may be usefull in few other places as

Re: JK2: Configuration(1)

2001-12-07 Thread Bojan Smojver
[EMAIL PROTECTED] wrote: To clarify - this is not a replacement or an 'exclusive' mechanism. The 'ajp14' based config, where tomcat sends notifications to apache remains. Seems like I was reinventing the wheel there for a while. So AJP14 knows how configure itself from the running Tomcat...

Re: [Vote] New committer: Eric Rescorla

2001-12-07 Thread Bojan Smojver
+1 Bojan GOMEZ Henri wrote: As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of one of the few SSL bible books and he have also created the excellent OpenSource JSSE alternative, PureTLS. He strike back in adapting PureTLS to Tomcat, today Tomcat

Re: [VOTE] New Watchdog Committer: Ryan Lubke

2001-12-07 Thread Bojan Smojver
+1 Bojan Craig R. McClanahan wrote: NOTE: I'm posting this here because Watchdog was originally contributed to Apache along with Tomcat, and the Tomcat developer community will be substantially helped by Ryan's proposed efforts. I would like to nominate Ryan Lubke ([EMAIL PROTECTED])

Re: JK2: Configuration(1)

2001-12-07 Thread costinm
On Sat, 8 Dec 2001, Bojan Smojver wrote: [EMAIL PROTECTED] wrote: To clarify - this is not a replacement or an 'exclusive' mechanism. The 'ajp14' based config, where tomcat sends notifications to apache remains. Seems like I was reinventing the wheel there for a while. So AJP14 knows

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java

2001-12-07 Thread billbarker
billbarker01/12/07 20:50:41 Modified:src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java Log: Fix the position of ;jsessionid on 401 responses. The original code didn't work if the protected servlet was being called with a query string (it

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-07 Thread billbarker
billbarker01/12/07 20:57:29 Modified:.RELEASE-NOTES-3.3.1.txt Log: Documenting ;jsessionid fix. Revision ChangesPath 1.12 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt

what is location of servlet class in the TomCat /404 error

2001-12-07 Thread kevin hwang
Hi: I'm trying to bring up hello world using TomCat. My Hello.jsp is working when I type http://localhost:8080/servlets/Hello.jsp but when I am typing http://localhost:8080/servlets/Hello on my browser I got: Apache Tomcat/4.0.1 - HTTP Status 404 - /servlets/Hello type Status report message

Re: Submission: Portable SSL Support

2001-12-07 Thread Bill Barker
- Original Message - From: Bill Barker [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; EKR [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 10:43 PM Subject: Re: Submission: Portable SSL Support It compiles with or without JSSE, and runs fine without an SSL