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

2005-02-21 Thread mturk
mturk 2005/02/21 00:24:08 Modified:jk/native/common jk_status.c Log: Be more informant when displaying uri maps. Revision ChangesPath 1.22 +7 -3 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c

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

2005-02-21 Thread mturk
mturk 2005/02/21 00:25:33 Modified:jk/native/common jk_map.c jk_map.h Log: Return modification time to the caller. Do not set directly to shmem because we can open any property file not just workers.properties. Revision ChangesPath 1.30 +4 -4

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

2005-02-21 Thread mturk
mturk 2005/02/21 00:27:13 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Add functions for dynamic loading of uriworkermap files. Default interval is 60 s. If file is modified then reload its content and update uri mappings. Revision Changes

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

2005-02-21 Thread mturk
mturk 2005/02/21 00:29:17 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c Log: Add JkMountFile directive. This enables to dynamically add or remove uri mappings without restarting apache. To disable uri mapping add a minus '-' sign in front

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

2005-02-21 Thread mturk
mturk 2005/02/21 01:29:34 Modified:jk/native/iis jk_isapi_plugin.c Log: Update isapi redirector to accept new dynamic uri mappigs. Revision ChangesPath 1.41 +9 -40 jakarta-tomcat-connectors/jk/native/iis/jk_isapi_plugin.c Index: jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2005-02-21 Thread mturk
mturk 2005/02/21 01:34:25 Modified:jk/native/netscape jk_nsapi_plugin.c Log: Use new load properties api. Revision ChangesPath 1.22 +2 -2 jakarta-tomcat-connectors/jk/native/netscape/jk_nsapi_plugin.c Index: jk_nsapi_plugin.c

Re: cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2005-02-21 Thread sachin chivate
dear dont send mail this id [EMAIL PROTECTED] wrote: mturk 2005/02/21 01:34:25 Modified: jk/native/netscape jk_nsapi_plugin.c Log: Use new load properties api. Revision Changes Path 1.22 +2 -2 jakarta-tomcat-connectors/jk/native/netscape/jk_nsapi_plugin.c Index: jk_nsapi_plugin.c

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-02-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

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

2005-02-21 Thread mturk
mturk 2005/02/21 02:31:08 Modified:jk/native/common jk_shm.h Log: Use volatile to supress (hopefully) caching in registers the data that can be changed in multi cpu systems. Revision ChangesPath 1.16 +13 -13jakarta-tomcat-connectors/jk/native/common/jk_shm.h

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

2005-02-21 Thread mturk
mturk 2005/02/21 03:18:48 Modified:jk/native/common jk_connect.c jk_uri_worker_map.c Log: Remove unused code. Revision ChangesPath 1.45 +4 -36 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

Changing the Tomcat5 WIN32 service runner

2005-02-21 Thread Mladen Turk
Hi, For anyone interested there is a new project for jakarata-commons/daemon procrun named *srvbatch*, siting there for couple of months. Unlike any other java or java/jni implementations it does not tries to make a java as a service, but rather makes a batch (.bat) file as a service. This way the

Re: Changing the Tomcat5 WIN32 service runner

2005-02-21 Thread Remy Maucherat
Mladen Turk wrote: Hi, For anyone interested there is a new project for jakarata-commons/daemon procrun named *srvbatch*, siting there for couple of months. Unlike any other java or java/jni implementations it does not tries to make a java as a service, but rather makes a batch (.bat) file as a

DO NOT REPLY [Bug 33671] New: - Manual Windows service installation with custom name using service.bat fails.

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

JAAS changes in 5.5.8-alpha

2005-02-21 Thread Jacek Laskowski
Hi, I've just upgraded Geronimo to use Tomcat 5.5.8-alpha and suddenly one of the JAAS test that worked well in 5.5.7 failed. I haven't yet investigated what could break it, thus nothing can I say about the issue. What changed between 5.5.7 and 5.5.8-alpha that could cause a JAAS test in

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

2005-02-21 Thread mturk
mturk 2005/02/21 08:14:13 Modified:jk/native/common jk_lb_worker.c Log: Fix missing service jvm_route settings. Revision ChangesPath 1.64 +5 -3 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c

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

2005-02-21 Thread mturk
mturk 2005/02/21 08:40:45 Modified:jk/native/common jk_status.c Log: So not display uri mappings for balancer members. They are the same as for balancer anyhow. Revision ChangesPath 1.23 +1 -4 jakarta-tomcat-connectors/jk/native/common/jk_status.c

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

2005-02-21 Thread mturk
mturk 2005/02/21 09:02:50 Modified:jk/native/common jk_lb_worker.c Log: Update lb_values for session workers. Revision ChangesPath 1.65 +17 -1 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c

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

2005-02-21 Thread mturk
mturk 2005/02/21 09:10:00 Modified:jk/native/common jk_lb_worker.c Log: Revert the latest patch. The factor is already calculated. What was missnig was the lbmethod check. Revision ChangesPath 1.66 +3 -18

Re: JAAS changes in 5.5.8-alpha

2005-02-21 Thread Remy Maucherat
Jacek Laskowski wrote: Hi, I've just upgraded Geronimo to use Tomcat 5.5.8-alpha and suddenly one of the JAAS test that worked well in 5.5.7 failed. I haven't yet investigated what could break it, thus nothing can I say about the issue. What changed between 5.5.7 and 5.5.8-alpha that could

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

2005-02-21 Thread mturk
mturk 2005/02/21 10:00:41 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c Log: Add apache log warning if shared memory is not defined for unix platforms. Although it will work, the dynamic config will be unavailable, so inform the user about

DO NOT REPLY [Bug 33680] New: - Having a user defined SecurityManager class renders JasperException with reason cannot be resolved in JSPs.

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

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config resources.xml

2005-02-21 Thread markt
markt 2005/02/21 14:53:44 Modified:webapps/tomcat-docs/config resources.xml Log: As a result of patch for 21818 these attributes are now set on the context. Revision ChangesPath 1.5 +2 -24 jakarta-tomcat-4.0/webapps/tomcat-docs/config/resources.xml

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config context.xml http11.xml

2005-02-21 Thread markt
markt 2005/02/21 14:54:23 Modified:webapps/tomcat-docs/config context.xml http11.xml Log: Add warning to docs regarding use of deprecated connector and allowLinking=true Revision ChangesPath 1.15 +5 -0

Re: mod_jk release policy - was: JK 1.2.9-dev test results

2005-02-21 Thread William A. Rowe, Jr.
At 04:43 AM 2/19/2005, Remy Maucherat wrote: William A. Rowe, Jr. wrote: It definately seems like j-t-c should be a first candidate for svn conversion. The other jakarta-tomcat repositories are considerabily more complex. But it would be good to have line endings straightened out beforehand. I

Re: Changing the Tomcat5 WIN32 service runner

2005-02-21 Thread William A. Rowe, Jr.
At 06:31 AM 2/21/2005, Mladen Turk wrote: Unlike any other java or java/jni implementations it does not tries to make a java as a service, but rather makes a batch (.bat) file as a service. IIUC, that means; 1. service signals (shutdown etc) aren't recognized by cmd (sh for you linux

[SECURITY ISSUE] Using allowLinking with deprecated HTTP 1.1 connector

2005-02-21 Thread Mark Thomas
All, A security issue has come to light where a mal-formed request may result in JSP source code disclosure. This issue only applies if all of the following are true: 1. You are using any Tomcat 4 version = 4.1.15 2. You are using the deprecated HTTP 1.1 connector

[site] New Jakarta download pages

2005-02-21 Thread Henri Yandell
(Bcc'd to all Jakarta dev lists) Partly an announcement that the Jakarta download pages have been changed somewhat. Rather than one huge page, it's a whole set of pages. So when time comes to do your next release, you modify site/downloads/downloads.xml and run ant. Source, binary and

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

2005-02-21 Thread mturk
mturk 2005/02/21 23:26:55 Modified:jk/native/common jk_lb_worker.c Log: Fix infinite loop when all workers are in error state and sticky_session_force is defined. If we found a worker by session id, and its in error state, return no worker if sticky_session_force is defined