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

2001-12-16 Thread costin
costin 01/12/16 23:17:09 Modified:jk/native2 CHANGES.html jk/native2/common jk_ajp14_worker.c jk_channel_socket.c jk_handler_response.c jk_msg_ajp.c jk_serialize_ajp.c jk_workerEnv.c jk/native2/server/apache2

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jnicb.c

2001-12-16 Thread costin
costin 01/12/16 23:11:41 Modified:jk/native2/jni jk_jnicb.c Log: Update to the new signatures. Revision ChangesPath 1.5 +183 -206 jakarta-tomcat-connectors/jk/native2/jni/jk_jnicb.c Index: jk_jnicb.c

White Christmas with TC

2001-12-16 Thread Lauer, Oliver
Hi all, I know that has nothing to do with TC and I don't want to bother anybody by polluting her or his mailbox (please excuse in advance) but we have 8 am in Cologne/Germany, I'm looking out of my office window and it has just started to snow ! I want to take this event to wish everybody here

cvs commit: jakarta-tomcat build.xml

2001-12-16 Thread costin
costin 01/12/16 21:31:45 Modified:.build.xml Log: EmbededTomcat doesn't depend on jdk12, remove the conditional. Added a target to build 'embeded' style tomcat, i.e. a single jar containing everything ( no more lib/container, etc ). It is self-runnable and should sta

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup EmbededTomcat.java

2001-12-16 Thread costin
costin 01/12/16 21:27:06 Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java Log: Added few more comments, have been sitting in my workspace for a while. Revision ChangesPath 1.61 +160 -22 jakarta-tomcat/src/share/org/apache/tomcat/startup/EmbededTom

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java JservConfig.java NSConfig.java TrustedLoader.java

2001-12-16 Thread costin
costin 01/12/16 21:24:09 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java JservConfig.java NSConfig.java TrustedLoader.java Log: Another gcj change ( result of my old experiment to compile tomcat to native code ). We have a final strin

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime JspLoader.java

2001-12-16 Thread costin
costin 01/12/16 21:21:58 Modified:src/share/org/apache/jasper/compiler JspUtil.java Parser.java src/share/org/apache/jasper/runtime JspLoader.java Log: Few small changes, I've made them to be able to compile with gcj. The problem is that wri

cvs commit: jakarta-tomcat/src/share/org/apache/jasper JspC.java

2001-12-16 Thread costin
costin 01/12/16 21:18:45 Modified:src/share/org/apache/jasper JspC.java Log: Small fix - set the context class loader. Revision ChangesPath 1.24 +14 -1 jakarta-tomcat/src/share/org/apache/jasper/JspC.java Index: JspC.java

DO NOT REPLY [Bug 5451] - % as part of a paramter value in URL not allowed

2001-12-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5451] New: - % as part of a paramter value in URL not allowed

2001-12-16 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://nagoya.apache.org/bugzilla/show_bu

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

2001-12-16 Thread larryi
larryi 01/12/16 18:37:40 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document updates to ApacheConfig, IISConfig, and NSConfig Revision ChangesPath 1.15 +8 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt =

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config NSConfig.java IISConfig.java ApacheConfig.java

2001-12-16 Thread larryi
larryi 01/12/16 18:30:49 Modified:src/share/org/apache/tomcat/modules/config NSConfig.java IISConfig.java ApacheConfig.java Log: Generate better configuration when forwardAll is false. The spec says the a mapping for "/baz/*" should include "/baz". For N

DO NOT REPLY [Bug 5390] - jsp-file and load-on-startup and init-param does not work.

2001-12-16 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/native2 CHANGES.html

2001-12-16 Thread costin
costin 01/12/16 15:44:31 Modified:jk/native2 CHANGES.html Log: As mentioned, this is not complete. Added 2 more important changes. Revision ChangesPath 1.2 +10 -0 jakarta-tomcat-connectors/jk/native2/CHANGES.html Index: CHANGES.html

cvs commit: jakarta-tomcat-connectors/jk/native2 CHANGES.html

2001-12-16 Thread costin
costin 01/12/16 15:40:21 Added: jk/native2 CHANGES.html Log: Added a small document describing changes between jk1 and jk2. ( I need to add and give more details ) Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/CHANGES.html In

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

2001-12-16 Thread costin
costin 01/12/16 15:37:13 Modified:jk/native2/server/apache2 mod_jk.c Log: Update to the new methods signatures. Revision ChangesPath 1.13 +136 -104 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_apache2.h jk_logger_apache2.c jk_map_aprtable.c jk_pool_apr.c jk_service_apache2.c

2001-12-16 Thread costin
costin 01/12/16 15:36:58 Modified:jk/native2/server/apache2 jk_apache2.h jk_logger_apache2.c jk_map_aprtable.c jk_pool_apr.c jk_service_apache2.c Log: Update to the new method signatures. Revision ChangesPath 1.3 +2

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_map.c jk_md5.c jk_msg_ajp.c jk_objCache.c jk_pool.c jk_requtil.c jk_serialize_ajp.c jk_uriMap.c jk_workerEnv.c

2001-12-16 Thread costin
costin 01/12/16 15:29:55 Modified:jk/native2/common jk_map.c jk_md5.c jk_msg_ajp.c jk_objCache.c jk_pool.c jk_requtil.c jk_serialize_ajp.c jk_uriMap.c jk_workerEnv.c Log: Update to the new method signatures. Revision Changes

DO NOT REPLY [Bug 5449] New: - ajp13 and security contraints don't work

2001-12-16 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_channel.h jk_endpoint.h jk_env.h jk_handler.h jk_logger.h jk_map.h jk_msg.h jk_objCache.h jk_pool.h jk_requtil.h jk_service.h jk_uriEnv.h jk_uriMap.h jk_webapp.h jk_worker.h jk_workerEnv.h

2001-12-16 Thread costin
costin 01/12/16 15:17:23 Modified:jk/native2/include jk_channel.h jk_endpoint.h jk_env.h jk_handler.h jk_logger.h jk_map.h jk_msg.h jk_objCache.h jk_pool.h jk_requtil.h jk_service.h jk_uriEnv.h jk_uriMap.h jk_webap

Fw: tom4 session and loadbalancing / Distributed Session Management

2001-12-16 Thread Tom Drake
FYI. - Original Message - From: "Tom Drake" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: "Tomcat Dev List" <[EMAIL PROTECTED]> Sent: Sunday, December 16, 2001 8:01 AM Subject: Re: tom4 session and loadbalancing / Distributed Session Management | Michael: | | As i

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties SetUpServerAction.java SetUpServiceAction.java

2001-12-16 Thread patrickl
patrickl01/12/16 11:40:20 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties SetUpServerAction.java SetUpServiceAction.java Log:

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin SetUpTreeAction.java TreeControlTag.java

2001-12-16 Thread patrickl
patrickl01/12/16 11:38:02 Modified:webapps/admin/WEB-INF web.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin SetUpTreeAction.java TreeControlTag.java Log: In the webadmin navigation tree display, the label for the root node was hardco

Re: tom4 session and loadbalancing / Distributed Session Management

2001-12-16 Thread Tom Drake
Michael: As it happens, I am currently working on a solution to this problem. Look for messages in the archive with 'Distributed Session Management' in the subject. In a nutshell, all tomcat instances in a 'cluster' will be able to share session data. I've already completed a multicast-style RM

DO NOT REPLY [Bug 5446] New: - Can't change webapp class loader (bug #5391 revisited :)

2001-12-16 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://nagoya.apache.org/bugzilla/show_bu