Re: JK versions

2001-12-01 Thread Remy Maucherat
There is an important issue to discuss - labeling mod_jk. As you know, we are trying to make some improvements in jk, start using APR, etc. That will involve few significant changes - and some people may want to have a more 'stable' jk. There are 4 versions of jk: Let's call 1.0 what is

DO NOT REPLY [Bug 5181] - HttpConnector [8080] No processor available, rejecting this connection

2001-12-01 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=5181. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] mod_jk for Apache 2.0 minor fixes

2001-12-01 Thread Justin Erenkrantz
On Fri, Nov 30, 2001 at 07:25:40PM -0500, GAWLAS,JULIUS (HP-Cupertino,ex1) wrote: This patch contains minor fixes for mod_jk for Apache 2.0; Most important is the change in prototype of jk_post_config which used to be void but now needs to return success code, also changes to types of

[PATCH] about kjc

2001-12-01 Thread Takashi Okamoto
Hi, tomcat users and developrs! /* I have post this patch twice. This is third time. */ Do you know kjc which is one of the completely opensource Java compiler? If not, you can see detail at http://www.dms.at/kopi. Accoding to Edouard G. Parmelan's report

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.2-B1.txt

2001-12-01 Thread larryi
larryi 01/12/01 05:26:12 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.2-B1.txt Log: Add info about the classdebuginfo init parameter added to Jasper Revision ChangesPath No revision No revision 1.1.2.2

Re: Submission: Portable SSL Support

2001-12-01 Thread Eric Rescorla
[EMAIL PROTECTED] writes: What remains to be done is getting jk to reuse the same abstractions for ssl support - that would make the code cleaner. But it can wait a while, there are bigger changes going on there. That's what I figured. I took a look at that and it doesn't look very difficult

Re: [PATCH] about kjc

2001-12-01 Thread costinm
Hi Takashi-san, +1 for the patch, but there's something that bothers me - we are starting to duplicate what's already present in ant. Next we'll have gcj support, etc. How difficult would it be to add an 'ant' compiler adapter, that will just use the ant javac task ? And also use the same ant

DO NOT REPLY [Bug 5222] New: - Catalina startup

2001-12-01 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=5222. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4966] - request.getParameter(String) SOMETIMES fail to parse the querystring

2001-12-01 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=4966. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] about kjc

2001-12-01 Thread Remy Maucherat
Hi, tomcat users and developrs! /* I have post this patch twice. This is third time. */ Do you know kjc which is one of the completely opensource Java compiler? If not, you can see detail at http://www.dms.at/kopi. Accoding to Edouard G. Parmelan's report

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler KjcJavaCompiler.java

2001-12-01 Thread remm
remm01/12/01 09:50:53 Added: jasper/src/share/org/apache/jasper/compiler KjcJavaCompiler.java Log: - Add support for the KJC Java compiler. Patch submitted Takashi Okamoto toraneko at kun.ne.jp - Note: maybe the compiler support should be

DO NOT REPLY [Bug 5222] - Catalina startup

2001-12-01 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=5222. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/include - New directory

2001-12-01 Thread costin
costin 01/12/01 10:32:59 jakarta-tomcat-connectors/jk/native/include - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/doc/jk2 - New directory

2001-12-01 Thread costin
costin 01/12/01 10:33:42 jakarta-tomcat-connectors/jk/doc/jk2 - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [PATCH] about kjc

2001-12-01 Thread Jon Stevens
on 12/1/01 10:08 AM, Remy Maucherat [EMAIL PROTECTED] wrote: Hi, tomcat users and developrs! /* I have post this patch twice. This is third time. */ Do you know kjc which is one of the completely opensource Java compiler? If not, you can see detail at http://www.dms.at/kopi. Accoding

DO NOT REPLY [Bug 5224] New: - Can't declare listeners in web.xml

2001-12-01 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=5224. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] about kjc

2001-12-01 Thread cmanolache
On Sat, 1 Dec 2001, Jon Stevens wrote: +1 for this patch as it is legal since it uses reflection. Remy I thought that using reflection to work with GPL code was still considered illegal by the FSF. As long ASF/jakarta doesn't have a list of 'accepted licences' that we can

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

2001-12-01 Thread costin
costin 01/12/01 13:54:13 jakarta-tomcat-connectors/jk/native2 - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 13:57:47 Added: jk/native2 build.properties.sample build.xml Log: Since the new code might break a lot ( I've got it to compile with apache2, but it's still not working ), I created a new directory. It can be considered 'experimental', use it only if you want

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

2001-12-01 Thread costin
costin 01/12/01 13:57:56 jakarta-tomcat-connectors/jk/native2/apr - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 13:57:59 jakarta-tomcat-connectors/jk/native2/common - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 13:58:20 jakarta-tomcat-connectors/jk/native2/include - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 13:58:24 jakarta-tomcat-connectors/jk/native2/jni - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 13:58:27 jakarta-tomcat-connectors/jk/native2/server - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 13:58:52 jakarta-tomcat-connectors/jk/native2/server/apache2 - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 14:01:02 Added: jk/native2/include jk_workerEnv.h Log: WorkerEnv interface. It'll manage most configuration options for jk2. It's the result of moving jk_worker_env out of jk_service.h, plus most of the options that are duplicated in most server adapters.

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

2001-12-01 Thread costin
costin 01/12/01 14:03:20 Added: jk/native2/include jk_uriEnv.h Log: UriEnv is contain properties associated with a mapping. It used to be private in jk_uri_map, plus extra options that could be specified per location ( moved from the server adapter ) This also

DO NOT REPLY [Bug 5224] - Can't declare listeners in web.xml

2001-12-01 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=5224. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2001-12-01 Thread costin
costin 01/12/01 14:06:29 Added: jk/native2/include jk_uriMap.h Log: UriMap is the uri-worker mapper. It is based on jk_uri_map, with some important changes. - mapUri() now returns a jk_uriEnv. From that you can extract the worker name ( for old style mapping ) or the

Re: [PATCH] about kjc

2001-12-01 Thread Remy Maucherat
On Sat, 1 Dec 2001, Jon Stevens wrote: +1 for this patch as it is legal since it uses reflection. Remy I thought that using reflection to work with GPL code was still considered illegal by the FSF. As long ASF/jakarta doesn't have a list of 'accepted licences' that we can

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

2001-12-01 Thread remm
remm01/12/01 14:16:24 Modified:webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml Log: - Port the AJP docs updates. Revision ChangesPath No revision No revision 1.2.2.2 +229 -2

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

2001-12-01 Thread costin
costin 01/12/01 14:29:23 Added: jk/native2/include jk_logger.h Log: Logger interface, modified to make jk_log a virtual method ( so we're not statically bound to file logger ) Revision ChangesPath 1.1

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

2001-12-01 Thread costin
costin 01/12/01 14:30:20 Added: jk/native2/include jk_pool.h Log: The old jk_pool interface, with virtual methods. If mod_jk will be used with APR, apr pools can be used instead. Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_channel.h jk_env.h jk_global.h jk_map.h jk_msg.h jk_service.h jk_worker.h

2001-12-01 Thread costin
costin 01/12/01 14:30:58 Added: jk/native2/include jk_channel.h jk_env.h jk_global.h jk_map.h jk_msg.h jk_service.h jk_worker.h Log: The other interfaces from jk. Small changes only. Revision ChangesPath 1.1

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

2001-12-01 Thread costin
costin 01/12/01 14:34:38 Added: jk/native2/common jk_uriMap.c Log: The old jk_uri_map, with a lot of changes in code organization. It seems we had a number of bugs ( 'best_match' was completely broken, plus some other issues ). The current code still seems slightly

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

2001-12-01 Thread costin
costin 01/12/01 14:36:49 Added: jk/native2/common jk_logger_file.c Log: The logger - using virtual functions. l-jkLog(l, ... ) should be used instead of jk_log( l, ... ). Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_ajp14_worker.c jk_jni_worker.c jk_lb_worker.c

2001-12-01 Thread costin
costin 01/12/01 14:37:29 Added: jk/native2/common jk_ajp14_worker.c jk_jni_worker.c jk_lb_worker.c Log: Workers - updated to use the new factory style. Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_ajp14.h jk_ajp_common.h jk_connect.h jk_context.h jk_endpoint.h jk_md5.h jk_msg_buff.h jk_mt.h jk_util.h jk_version.h

2001-12-01 Thread costin
costin 01/12/01 14:40:10 Added: jk/native2/common jk_ajp14.h jk_ajp_common.h jk_connect.h jk_context.h jk_endpoint.h jk_md5.h jk_msg_buff.h jk_mt.h jk_util.h jk_version.h Log: Remaining .h files. They will be moved to include as we

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

2001-12-01 Thread costin
costin 01/12/01 14:41:41 Added: jk/native2/server/apache2 mod_jk.c Log: First server adapter to compile with the new classes. It probably doesn't work, but it's close :-) For now I'll just play with this one, after the interfaces are stable I'll start updating the

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

2001-12-01 Thread costin
costin 01/12/01 14:42:33 Added: jk/native2/jni jk_jnicb.c jk_jnicb.exp jk_jnicb.h Log: The jni code, imported from native/ Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/jni/jk_jnicb.c Index: jk_jnicb.c

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

2001-12-01 Thread costin
costin 01/12/01 14:52:06 Modified:jk/native2/common jk_ajp_common.c Log: Removed the old jk_connect based code, use jk_channel interfaces. Revision ChangesPath 1.2 +79 -182 jakarta-tomcat-connectors/jk/native2/common/jk_ajp_common.c Index: jk_ajp_common.c

Re: [PATCH] about kjc

2001-12-01 Thread Takashi Okamoto
Hi, Costin. At Sat, 1 Dec 2001 09:24:59 -0800 (PST), [EMAIL PROTECTED] wrote: +1 for the patch, but there's something that bothers me - we are starting to duplicate what's already present in ant. Next we'll have gcj support, etc. How difficult would it be to add an 'ant' compiler adapter,

AJP Todo

2001-12-01 Thread Remy Maucherat
Hi, On the TODO list for AJP, there is: - Implementing jvmroute. - Adding a mechanism like there is in Tomcat 3.3 to automatically generate a configuration file. That should be relatively easy to do using a server listener (or a host listener). I'm not going to do either of these. I have no

Re: AJP Todo

2001-12-01 Thread Bill Barker
I have no objection to help porting ${Server}Config to 4.x, but I'm still a Catalina novice. The 3.3 API is more command and control, so it is easier to get to the information. It will take me a little time to find out how to get the servlet-mappings in Catalina. - Original Message -

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_ajp_common.c jk_ajp_common.h jk_ajp14.c

2001-12-01 Thread costin
costin 01/12/01 17:00:00 Modified:jk/native2/common jk_ajp_common.c jk_ajp_common.h jk_ajp14.c Log: Update jk_log. Few more fixes to complete the move to jk_channel. Changed ajp_worker_t worker to a pointer ( it was very confusing ) Revision ChangesPath 1.3

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

2001-12-01 Thread costin
costin 01/12/01 17:01:42 Modified:jk/native2/common jk_logger_file.c Log: The logger will print messages to stdout if it is not opened. This is usefull for debugging what happens before jk_init() ( the configuration stage ). ( visible with httpd -X ) As soon as we

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

2001-12-01 Thread costin
costin 01/12/01 17:02:40 Removed: jk/native2/common jk_connect.c jk_connect.h Log: Removed the old socket code. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-01 Thread costin
costin 01/12/01 17:04:51 Modified:jk/native2/common jk_workerEnv.c jk/native2/include jk_workerEnv.h Log: Added a 'perThreadWorker' option to replace the #ifdef REUSE_WORKER. This is the experimental option that uses per thread data instead of object pool to

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

2001-12-01 Thread costin
costin 01/12/01 17:06:52 Modified:jk/native2/server/apache2 mod_jk.c Log: Update mod_jk. Apache now starts without any core dump ( :-) ), I haven't tried to use it yet, probably tommorow. Revision ChangesPath 1.2 +117 -116

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

2001-12-01 Thread costin
costin 01/12/01 17:07:12 Modified:jk/native2 build.xml jk/native2/jni jk_jnicb.c Log: Fix build.xml, update jni. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

Re: AJP Todo

2001-12-01 Thread costinm
On Sat, 1 Dec 2001, Remy Maucherat wrote: Hi, On the TODO list for AJP, there is: - Implementing jvmroute. Unfortunately that's not that easy. Manager has no way to access the Request, and that means no way to get the jvmRoute. The only possible hack is to 'intercept' the cookie header in

Re: AJP Todo

2001-12-01 Thread costinm
On Sat, 1 Dec 2001, Bill Barker wrote: I have no objection to help porting ${Server}Config to 4.x, but I'm still a Catalina novice. The 3.3 API is more command and control, so it is easier to get to the information. It will take me a little time to find out how to get the servlet-mappings

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

2001-12-01 Thread costin
costin 01/12/01 18:09:45 Modified:jk/native2/common jk_logger_file.c jk_uriMap.c jk/native2/include jk_logger.h jk/native2/server/apache2 mod_jk.c Log: More fixes, now it seems the startup sequence is ok. The support for urimappings.properties (

PATCH: LocalStrings_ja.properties

2001-12-01 Thread Kazuhiro Kazama
I found the following differences between original messages and japanese translations. 1, I forgot to translate Craig's changes in catalina/src/share/org/apache/catalina/core/LocalStrings.properties. 2, I translated addition of messages in

Re: AJP Todo

2001-12-01 Thread Remy Maucherat
On Sat, 1 Dec 2001, Bill Barker wrote: I have no objection to help porting ${Server}Config to 4.x, but I'm still a Catalina novice. The 3.3 API is more command and control, so it is easier to get to the information. It will take me a little time to find out how to get the