cvs commit: jakarta-tomcat/src/doc serverxml.html

2001-12-31 Thread larryi
larryi 01/12/31 16:33:20 Modified:src/doc serverxml.html Log: Fix typo Revision ChangesPath 1.14 +2 -2 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html === RCS file: /home/cvs

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

2001-12-31 Thread larryi
larryi 01/12/31 15:47:07 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document recent changes Revision ChangesPath 1.18 +28 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

cvs commit: jakarta-tomcat/src/doc tomcat-ug.html

2001-12-31 Thread larryi
larryi 01/12/31 15:43:28 Modified:src/doc tomcat-ug.html Log: Document configuration update to StaticInterceptor. Also fix some typos. Revision ChangesPath 1.23 +10 -6 jakarta-tomcat/src/doc/tomcat-ug.html Index: tomcat-ug.html ===

cvs commit: jakarta-tomcat/src/etc server.xml

2001-12-31 Thread larryi
larryi 01/12/31 15:35:47 Modified:src/etc server.xml Log: There are several "working" configurations for StaticInterceptor using the new attributes. Each with advantages and disadvantages. This implements the "working" configuration closest to Tomcat 3.3's default, which

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf/res LocalStrings_ja.properties

2001-12-31 Thread larryi
larryi 01/12/31 14:42:52 Added: src/examples/WEB-INF/classes LocalStrings_ja.properties src/share/org/apache/jasper/resources LocalStrings_ja.properties messages_ja.properties src/share/org/apache/tomcat/resources

cvs commit: jakarta-tomcat-connectors/jk/native2/common/apr jk_channel_apr_socket.c

2001-12-31 Thread jfclere
jfclere 01/12/31 14:39:45 Added: jk/native2/common/apr jk_channel_apr_socket.c Log: APR and UNIX sockets code. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/common/apr/jk_channel_apr_socket.c Index: jk_channel_apr_socket.c =

cvs commit: jakarta-tomcat/src/doc serverxml.html

2001-12-31 Thread larryi
larryi 01/12/31 14:30:25 Modified:src/doc serverxml.html Log: Document attributes added to StaticInterceptor Revision ChangesPath 1.13 +25 -1 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html ===

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-12-31 Thread larryi
larryi 01/12/31 14:26:34 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: In preparation for Japanese resource strings, allow a character set for directory listings other than ISO-8859-1. Submitted by: Kazuhiro Kazam

cvs commit: jakarta-tomcat-connectors/jk/native2/common/apr - New directory

2001-12-31 Thread jfclere
jfclere 01/12/31 14:25:56 jakarta-tomcat-connectors/jk/native2/common/apr - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_env.c jk_map.c jk_registry.c jk_registry.h

2001-12-31 Thread jfclere
jfclere 01/12/31 14:25:03 Modified:jk/native2 build.xml jk/native2/common jk_env.c jk_map.c jk_registry.c jk_registry.h Log: Add a piece of APR. And arrange build.xml for Linux (Sun JVM). Revision ChangesPath 1.8 +13 -1 ja

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators ErrorHandler.java

2001-12-31 Thread larryi
larryi 01/12/31 14:23:42 Modified:src/share/org/apache/tomcat/modules/generators ErrorHandler.java Log: In preparation for Japanese resource strings, use a character set that matches the default locale if different from ISO-8859-1. Submitted by: Kazuh

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-12-31 Thread larryi
larryi 01/12/31 13:50:09 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Update to use properties to provide configurable tests to deal with behavioral differences among various web servers. Revision ChangesPath 1.48 +103 -57 jakarta-tomcat/src/tests/w

cvs commit: jakarta-tomcat/src/admin/test test.jsp sanity-form.jsp

2001-12-31 Thread larryi
larryi 01/12/31 13:46:17 Modified:src/admin/test test.jsp sanity-form.jsp Log: Add some input fields and handling to set various properties for the internal test. This makes it possible to run the tests without error while using Apache, IIS, and Netscape as external web server

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test Matcher.java

2001-12-31 Thread larryi
larryi 01/12/31 13:39:06 Modified:src/share/org/apache/tomcat/util/test Matcher.java Log: Update to set the result to true if test is skipped. Also, implement "unless" on Matcher as a comma separated list of properties. The matcher is executed only if all properties are not

DO NOT REPLY [Bug 5644] - JspC produces badly formed classnames if first char is a digit

2001-12-31 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 5644] New: - JspC produces badly formed classnames if first char is a digit

2001-12-31 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

[PATCH][4.0] ApplicationFilterChain Ctr

2001-12-31 Thread Christopher K. St. John
afiltcctr.patch Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATCH][4.0] ApplicationFilterChain Ctr

2001-12-31 Thread Christopher K. St. John
ApplicationFilterChain has a constructor that doesn't do anything useful. It's call to super() is a bit confusing, since it leads to the assumption that FilterChain is a class. Other interface implementations in Catalina don't bother with placeholder constructors, this patch removes the one in

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ServerXmlReader.java

2001-12-31 Thread larryi
larryi 01/12/31 12:54:40 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Log a warning when modules.xml isn't found Revision ChangesPath 1.19 +2 -0 jakarta-tomcat/src/share/org/apache/tomcat/modules/config

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/log LogHandler.java

2001-12-31 Thread larryi
larryi 01/12/31 12:48:56 Modified:src/share/org/apache/tomcat/util/log LogHandler.java Log: Specify autoFlush=true for the PrintWriter so the output doesn't just sit in a buffer. This logger is most likely to be used when a configuration error prevents normal startup. In this

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c jk_registry.c jk_registry.h

2001-12-31 Thread costin
costin 01/12/31 12:37:01 Modified:jk/native2/common jk_registry.c jk_registry.h Added: jk/native2/common jk_worker_status.c Log: Last thing for this year, initial ( skeleton ) for the status worker, to display informations like mod_status. Usefull for debugging and moni

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java

2001-12-31 Thread larryi
larryi 01/12/31 12:19:59 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java Log: Fix bug where reader isn't reset when HttpServletRequestFacade is recycled. Reported by: Vincent Massol Revision ChangesPath 1.31

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2001-12-31 Thread costin
costin 01/12/31 12:03:41 Modified:jk/native2 build.xml Log: Removed unused options. Revision ChangesPath 1.7 +0 -5 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml === RCS

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

2001-12-31 Thread costin
costin 01/12/31 12:03:15 Modified:jk/native2/server/apache2 mod_jk.c Log: Some more changes in mod_jk configuration, to provide a more 'natural' style for apache users. As previously, worker.properties is no longer needed ( but can be used ), all settings can be done in ht

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile

2001-12-31 Thread costin
costin 01/12/31 11:56:13 Added: jk/native2/server/apache2 Makefile Log: Initial makefile, for those who prefer it. ( requires gnumake ) Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile Index: Makefile ==

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_workerEnv.c

2001-12-31 Thread costin
costin 01/12/31 11:18:48 Modified:jk/native2/common jk_workerEnv.c Log: Moved some of the code that was duplicated in all server adapters. The initialization of jk is common for all servers, no need to cut&paste it. Revision ChangesPath 1.12 +110 -3jakarta-

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c jk_map.c

2001-12-31 Thread costin
costin 01/12/31 11:17:51 Modified:jk/native2/common jk_logger_file.c jk_map.c Log: map cleanup for multi-valued properties. Values are stored using 'add', and concatenated ( if needed ) by the caller, using the caller-specified separator ( :, ;, etc - for jni, who was the

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

2001-12-31 Thread costin
costin 01/12/31 11:15:12 Modified:jk/native2/include jk_endpoint.h jk_map.h Log: Added getBool ( needed in few places ). Fixed the multi-value properties. The original code used some hardocded properties names ( path, env ) and a special hack to concatenate and split them.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java JkServlet.java

2001-12-31 Thread costin
costin 01/12/31 11:09:59 Added: jk/java/org/apache/jk/server JkMain.java JkServlet.java Log: JkServlet will be the main entry point into Jk2. It'll use the normal web.xml to get the config data, do initial config and call a second servlet, specific to each container. The

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr AprImpl.java

2001-12-31 Thread costin
costin 01/12/31 11:04:59 Added: jk/java/org/apache/jk/apr AprImpl.java Log: Nothing inside yet, just the skeleton. This will have the native methods coresponding to the JNI code, needed to implement pipes, signals, etc. Revision ChangesPath 1.1 ja

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core Channel.java Endpoint.java Handler.java Msg.java Webapp.java Worker.java WorkerEnv.java package.html

2001-12-31 Thread costin
costin 01/12/31 11:03:53 Added: jk/java/org/apache/jk/core Channel.java Endpoint.java Handler.java Msg.java Webapp.java Worker.java WorkerEnv.java package.html Log: The 'interafaces', coresponding to jk2/include ( on the C side ).

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerEcho.java HandlerRequest.java MsgAjp.java WorkerDummy.java

2001-12-31 Thread costin
costin 01/12/31 11:02:01 Added: jk/java/org/apache/jk/common ChannelSocket.java HandlerEcho.java HandlerRequest.java MsgAjp.java WorkerDummy.java Log: "New" jk. The code is cut&pasted from the old jk, with a bit of cleanup and reo

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core - New directory

2001-12-31 Thread costin
costin 01/12/31 10:29:37 jakarta-tomcat-connectors/jk/java/org/apache/jk/core - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http Cookies.java MimeHeaders.java Parameters.java ServerCookie.java

2001-12-31 Thread costin
costin 01/12/31 10:20:05 Modified:util/java/org/apache/tomcat/util/buf Base64.java ByteChunk.java DateTool.java HexUtils.java MessageBytes.java TimeStamp.java UDecoder.java UEncoder.java util/java/or

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/log - New directory

2001-12-31 Thread costin
costin 01/12/31 10:15:36 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/log - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads - New directory

2001-12-31 Thread costin
costin 01/12/31 10:15:03 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 3509] - Apache 1.3.20 & mod_webapp & Tomcat 4b7 HANGS under Win

2001-12-31 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 5634] - Critical error with tomcat 4.0.x and Catalina loading images

2001-12-31 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 5507] - Swapping sessions causes exceptions and it doesn't work with FileStore

2001-12-31 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 5640] New: - JSP expressions render incorrectly in XML JSP documents

2001-12-31 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

javax.UserTransaction

2001-12-31 Thread Sri K Ganjam
Hi, I am using tomcat v4.0.1 I successfully created a datasource and when I tried to lookup UserTransaction in java:comp:/env I got a name not found excpetion. but with some hit and trial I looked up in java:comp I found the object. If I am not missing anything. I request to either change the docu