Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h jk_util.c

2004-11-12 Thread NormW
Mladen Turk wrote: NormW wrote: +#if !defined(__NOVELL_LIBC__) +#define getpid() ((pid_t)GetThreadGroupID()) +#endif Committed, thanks! Can you confirm that we can compile on Netware now? Regards, Mladen. - To unsubscribe, e

DO NOT REPLY [Bug 32211] - tomcat-5.0 realm-howto refers to Tomcat 4

2004-11-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32211] New: - tomcat-5.0 realm-howto refers to Tomcat 4

2004-11-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32210] New: - tomcat-5.0 realm-howto describes wrong className for JAASRealm

2004-11-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32209] New: - tomcat-5.0 realm-howto inconsistent on description of standard plug-ins

2004-11-12 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://issues.apache.org/bugzilla/show_bu

IIS 6.0, SSL, and Tomcat 5.0 set up problem.

2004-11-12 Thread charles doweary
I am running IIS 6.0 with Tomcat 5.0 on Windows Server 2003, and I am having a problem getting SSL to work. The following instructions are a portion of the article titled "TOMCAT and SSL", and I have a questions about "Do: keytool -genkey -alias tomcat -keyalg RSA". Where is this command type

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2004-11-12 Thread mturk
mturk 2004/11/12 10:45:24 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/common jk_ajp_common.c jk_service.h jk_util.c jk_util.h jk/native/iis jk_isapi_plugin.c Log: Added custom 'r

Bug in JNDIRealm, Login fails if slash character in distinguished name, Fix [Auf Viren geprüft]

2004-11-12 Thread Frerk . Meyer
Problem: JNDIRealm fails with javax.naming.InvalidNameException: Invalid name: "uid=TestUser,ou=Test/QA,o=Development" or any other DN with a slash character. Background and cause: A slash character is a perfectly valid character in LDAP object names or class LdapName. It even doesn't have to be e

Re: Question about new mod_jk jk_lb_worker.c

2004-11-12 Thread Peter Rossbach
Hello Mladen, I have two use case for the Multi Cluster Routing: Use Case 1: More Scaling cluster = A tomcat standard we replicated the session to all tomcat node at a cluster. This replication strategie not scale very well, but when we split the tomcat nodes to some domain and the lb know

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

2004-11-12 Thread mturk
mturk 2004/11/12 04:47:37 Modified:jk/native/common jk_ajp_common.c Log: Log retry instead of err. TODO: we should make the number of retries configurable. Revision ChangesPath 1.62 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-12 Thread mturk
mturk 2004/11/12 04:41:41 Modified:jk/native/common jk_logger.h Log: Allow tracing without defining maintainer-mode. Revision ChangesPath 1.17 +20 -9 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h ==

Re: Question about new mod_jk jk_lb_worker.c

2004-11-12 Thread Mladen Turk
Rainer Jung wrote: I include my original posting. Hi Rainer, First of all thank you for ideas. They are great! 1) Limiting new application sessions if load is to high. There is a problem with that. I made a implementation counting the number of busy childs/threads from scoreboard (took me entire da

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2004-11-12 Thread mturk
mturk 2004/11/12 03:56:18 Modified:jk/native/iis jk_isapi_plugin.c Log: Use new trace macros and native types where possible. Clean up log messages. Revision ChangesPath 1.28 +67 -64jakarta-tomcat-connectors/jk/native/iis/jk_isapi_plugin.c Index: jk_isap

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h

2004-11-12 Thread NormW
[EMAIL PROTECTED] wrote: mturk 2004/11/12 02:56:04 Modified:jk/native/common jk_mt.h Log: Add getpid for Netware without __NOVELL_LIBC__ Revision ChangesPath 1.9 +5 -1 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h ===

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h jk_util.c

2004-11-12 Thread Mladen Turk
NormW wrote: +#if !defined(__NOVELL_LIBC__) +#define getpid() ((pid_t)GetThreadGroupID()) +#endif Committed, thanks! Can you confirm that we can compile on Netware now? Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTEC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h

2004-11-12 Thread mturk
mturk 2004/11/12 02:56:04 Modified:jk/native/common jk_mt.h Log: Add getpid for Netware without __NOVELL_LIBC__ Revision ChangesPath 1.9 +5 -1 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h ===

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Constants.java

2004-11-12 Thread remm
remm2004/11/12 02:51:49 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java CharChunk.java ByteChunk.java http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Constants.java Log: - Move conve

DO NOT REPLY [Bug 32137] - Random "401" responses for Digest - DigestAuthenticator thread un-safe use of MessageDigest

2004-11-12 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://issues.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h jk_util.c

2004-11-12 Thread NormW
[EMAIL PROTECTED] wrote: mturk 2004/11/11 23:46:49 Modified:jk/native/common jk_mt.h jk_util.c Log: Fix Netware getpid/gettid. Revision ChangesPath 1.8 +10 -6 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h =

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator DigestAuthenticator.java

2004-11-12 Thread remm
remm2004/11/12 02:21:41 Modified:catalina/src/share/org/apache/catalina/authenticator DigestAuthenticator.java Log: - Bug 32137: Use of MessageDigest should be synced. Revision ChangesPath 1.12 +14 -6 jakarta-tomcat-catalina/catalina/

Re: Question about new mod_jk jk_lb_worker.c

2004-11-12 Thread Rainer Jung
Hi Mladen, I include my original posting. Hi Mladen, great! I don't know how hard the following is to achieve, but it is the most prominent problem around mod_jk-Logging I know of: mod_jk does neither support Apaches rotatelogs nor does it have a log rotation capability on its own. If you or any

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

2004-11-12 Thread mturk
mturk 2004/11/12 01:02:04 Modified:jk/native/apache-2.0 mod_jk.c Log: Add missing include for unixd, and remove unused vars. Revision ChangesPath 1.100 +6 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

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

2004-11-12 Thread mturk
mturk 2004/11/12 00:42:47 Modified:jk/native/apache-1.3 mod_jk.c Log: Added JkWorkerProperty directive that enables omiting workers.properties file (same as for Apache2). For example: JkWorkerProperty worker.ajp13a.port=8009 Revision ChangesPath 1.51 +44 -11

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

2004-11-12 Thread mturk
mturk 2004/11/12 00:24:43 Modified:jk/native/apache-2.0 mod_jk.c Log: Added JkWorkerProperty directive that enables omiting workers.properties file. For example: JkWorkerProperty worker.ajp13a.port=8009 Revision ChangesPath 1.99 +26 -1 jakarta-tomcat-connec