ServerSocketFactory.java methods names

2001-12-04 Thread jean-frederic clere
Hi, I have noted that the names createSocket() are not very good, I would prefer createServerSocket(). Any comments? If agreed I would propose a patch for this changes. Cheers Jean-frederic -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: JK versions

2001-12-04 Thread GOMEZ Henri
After reading the commit log - most changes related to jk_channel, jk_registry, etc are pretty safe ( as they don't change any logic ). We could actually release Jk1.2 using the main tree - if everyone is comfortable with that. If not - Oct21 is probably a good point to branch ( the release

DO NOT REPLY [Bug 5257] - JSP variables not seen from JSP tags' pageContext

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

DO NOT REPLY [Bug 5259] New: - request.getSession()

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

DO NOT REPLY [Bug 5259] - request.getSession()

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

DO NOT REPLY [Bug 5113] - tomcat4-manual-4.0.1-1 rpm missing files

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

RE: DO NOT REPLY [Bug 5113] - tomcat4-manual-4.0.1-1 rpm missing files

2001-12-04 Thread GOMEZ Henri
Will be fixed with release 4.0.2 of rpm - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: [EMAIL

DO NOT REPLY [Bug 5261] New: - Directory Listing in Tomcat 3.2.4

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

Re: Off topic:Old jserv source question

2001-12-04 Thread Antony Bowesman
Daniel Rall wrote: On Mon, 3 Dec 2001, Antony Bowesman wrote: Craig R. McClanahan wrote: Apache JServ sources are still available via anonymous CVS from the Jakarta web site (see http://jakarta.apache.org/site/cvsindex.html). The CVS module name is java-jserv. Brilliant!

Detecting OS in jkant

2001-12-04 Thread jean-frederic clere
Hi, I am thinking of detecting the OS in jkant via System.getProperty(os.arch) and System.getProperty(os.name). Basicly I have problems to build jni because jni_md.h cannot be found because it is in a sub-directory of java.home/include PC RMSparc BS200 os.arch

DO NOT REPLY [Bug 5257] - JSP variables not seen from JSP tags' pageContext

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

isapi_redirect.dll in ajp13-tc4.0

2001-12-04 Thread TAKAHASHI Hideo(BSD-M1G)
Hello. I tried building jakarta-tomcat-connectors-2003.tar.gz for ISAPI and stepped into some trouble and fixed it. I tried building jk/native/iis . Not working right away, after some tracking down, I found out that one of the function pointer calls were failing because of a calling

DO NOT REPLY [Bug 5265] New: - With JDBCRealm: cant add new user online to my authentification database, the new user will not work until I restart the server.

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

Documentation on Tomcat 4.0.1 and Apache

2001-12-04 Thread tc
Hello everyone, Is there any published information on the integration of Tomcat 4.0.1 and Apache yet? Thanks, -Steve -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Building the WebApp module instruction errors

2001-12-04 Thread Andrew Savory
Hi, Working through the instructions for building WebApp at: http://nagoya.apache.org/~pier/documentation/build-u.html ... I noticed a few possible errors. The line: # rmdir jakarta-tomcat-connectors should be # rm -rf jakarta-tomcat-connectors (because the CVS directory

Re: isapi_redirect.dll in ajp13-tc4.0

2001-12-04 Thread Mike Anderson
This fix was checked in on 11/19/2001. Thanks, Mike Anderson [EMAIL PROTECTED] 12/04/01 06:32AM Hello. I tried building jakarta-tomcat-connectors-2003.tar.gz for ISAPI and stepped into some trouble and fixed it. I tried building jk/native/iis . Not working right away, after some

Re: Response Code for Errors

2001-12-04 Thread Craig R. McClanahan
On Tue, 4 Dec 2001, Manoj Dandge wrote: Date: Tue, 4 Dec 2001 10:57:16 +0530 From: Manoj Dandge [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Response Code for Errors Hi , I am using tomcat 4 to run the servlets. And I am accessing the

mod_jk inprocess worker and Apache 2.0 not working

2001-12-04 Thread GAWLAS,JULIUS (HP-Cupertino,ex1)
I am trying to make inprocess tomcat work with Apache 2.0 without much success. I am using j-t-c mod_jk from cvs. First I noticed that since Apache calls module initialization twice jni worker fails when trying to load jvm the second time. I found in the archives that that issue has been

Re: mod_jk inprocess worker and Apache 2.0 not working

2001-12-04 Thread costinm
Hi Julius, I am trying to make inprocess tomcat work with Apache 2.0 without much success. I am using j-t-c mod_jk from cvs. First I noticed that since Apache calls module initialization twice jni worker fails when trying to load jvm the second time. The main problem with JNI and apache

Re: Detecting OS in jkant

2001-12-04 Thread costinm
On Tue, 4 Dec 2001, Mike Anderson wrote: That might not work for my platform (NetWare) because I actually build the binaries on a windows box so the os.arch property wouldn't match. On Cool, cross-compilation... I think JniConfig/ApacheConfig tasks are a good way to solve this. They are

DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

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

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

2001-12-04 Thread costin
costin 01/12/04 10:23:34 Removed: jk/native2/common jk_context.c jk_context.h Log: Removing jk_context. The data structure is now integrated into jk_uriEnv and the code in jk_handler_discovery ( the part that is specific to getting the mappings ) and jk_uriMap (

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

2001-12-04 Thread costin
costin 01/12/04 10:24:53 Removed: jk/native2/common jk_util.c jk_util.h Log: Remove jk_util. Most methods where get_foo_property, I replaced them in the code with map-getStrProp() and getIntProp. The remaining methods were moved - init_ws is in jk_endpoint, etc. -- To

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

2001-12-04 Thread costin
costin 01/12/04 10:26:47 Removed: jk/native2/common jk_ajp_common.c jk_ajp_common.h Log: Moved ajp-specific code back to jk_ajp14_worker. We now use a single code base and module for all ajp protocols. The code dealing with get/send message will be integrated with the

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_md5.h jk_mt.h jk_version.h jk_endpoint.h

2001-12-04 Thread costin
costin 01/12/04 10:27:27 Removed: jk/native2/common jk_md5.h jk_mt.h jk_version.h jk_endpoint.h Log: Moved to include. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_requtil.h jk_mt.h jk_endpoint.h jk_md5.h

2001-12-04 Thread costin
costin 01/12/04 10:29:11 Added: jk/native2/include jk_requtil.h jk_mt.h jk_endpoint.h jk_md5.h Log: Moved from common. jk_requtil contains code from jk_lb_worker ( parsing of request, extracting cookie, etc ). It's general purpose, can be used in

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

2001-12-04 Thread costin
costin 01/12/04 10:33:06 Modified:jk/native2/include jk_service.h jk_uriEnv.h jk_worker.h Log: Consolidate data structures. A lot of 'ajp private' information is very usefull for other workers as well. Having it exposed in the main structure will make things simpler, and

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

2001-12-04 Thread costin
costin 01/12/04 10:33:50 Modified:jk/native2/include jk_global.h jk_uriMap.h Log: Few comments and a 'local debug' field in uriMap. The version info is now in jk_global.h Revision ChangesPath 1.2 +31 -3

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

2001-12-04 Thread costin
costin 01/12/04 10:35:04 Added: jk/native2/common jk_requtil.c Log: Request utils - extract cookies, session id, etc. Moved from lb_worker and few other. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_shutdown.c jk_handler_request.c jk_handler_response.c

2001-12-04 Thread costin
costin 01/12/04 10:37:13 Added: jk/native2/common jk_handler_shutdown.c jk_handler_request.c jk_handler_response.c Log: The request, response, shutdown handling. Moved from ajp14, the code is not specific to ajp and should be used for other workers

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

2001-12-04 Thread costin
costin 01/12/04 10:38:05 Added: jk/native2/common jk_endpoint.c Log: Endpoint - receiving and sending messages. This is still ajp-specific, but will be refined soon. Revision ChangesPath 1.1

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

2001-12-04 Thread costin
costin 01/12/04 10:39:46 Modified:jk/native2/common jk_uriMap.c Log: Few fixes, now it seems to work. Merged code from ajp14, all uri management should happen here. Revision ChangesPath 1.4 +62 -63jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c

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

2001-12-04 Thread costin
costin 01/12/04 10:40:42 Modified:jk/native2/common jk_ajp14.h jk_ajp14_worker.c Log: Merged the code from common. Merged the methods ( what used to be split between 14 and 13 specific ). Revision ChangesPath 1.2 +67 -99

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

2001-12-04 Thread costin
costin 01/12/04 11:01:58 Removed: jk/native2/common jk_ajp14.c Log: Another merger. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c jk_handler_logon.c jk_jni_worker.c

2001-12-04 Thread costin
costin 01/12/04 11:04:48 Modified:jk/native2/common jk_channel_socket.c jk_handler_logon.c jk_jni_worker.c Log: Use getStrProp / getIntProp, avoid duplicating the same lines n times in jk_util. We should eventually move to explicit bean-style

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

2001-12-04 Thread costin
costin 01/12/04 11:06:48 Modified:jk/native2/common jk_handler_discovery.c Log: The discovery handler. There are few issues with the autoconf - like the fact that tomcat must be started, the handling of load balancing, etc. The whole configuration must be re-opened, we

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

2001-12-04 Thread costin
costin 01/12/04 11:08:13 Modified:jk/native2/common jk_lb_worker.c Log: Some code was moved to jk_requtil. I still want to move more of the internal structures in jk_lb_worker to the 'main' interfaces, lb is very important and we need more 'insight' into it. Revision

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

2001-12-04 Thread costin
costin 01/12/04 11:09:20 Modified:jk/native2/common jk_map.c jk_msg_buff.c jk_msg_buff.h Log: Remove include, update names. Consolidate methods related with map handling in jk_map.c Revision ChangesPath 1.2 +23 -4

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

2001-12-04 Thread costin
costin 01/12/04 11:10:04 Modified:jk/native2/common jk_workerEnv.c Log: Updates. Revision ChangesPath 1.3 +25 -6 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c

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

2001-12-04 Thread costin
costin 01/12/04 11:11:02 Modified:jk/native2 build.xml Log: Include all files in the server dir ( mod_jk and all other implementations of jk interfaces ) Revision ChangesPath 1.3 +3 -2 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

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

2001-12-04 Thread costin
costin 01/12/04 11:11:56 Modified:jk/native2/common jk_logger_file.c jk/native2/server/apache2 jk_logger_apache2.c Log: Few fixes in logger. Apache logger will use 'warn' level for normal jk messages, 'error' for jk errors. Revision ChangesPath

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

2001-12-04 Thread costin
costin 01/12/04 11:12:52 Modified:jk/native2/server/apache2 mod_jk.c Log: Fixes. It now seems to work ( but keep gdb around :-). This version is using the apache logger and error.log - it'll be optional, but I want it tested a bit. Revision ChangesPath 1.4

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

2001-12-04 Thread costin
costin 01/12/04 11:13:04 Modified:jk/native2/jni jk_jnicb.c Log: Update jni code. Revision ChangesPath 1.3 +1 -2 jakarta-tomcat-connectors/jk/native2/jni/jk_jnicb.c Index: jk_jnicb.c ===

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

2001-12-04 Thread costin
costin 01/12/04 11:14:10 jakarta-tomcat-connectors/jk/java/org/apache/jk - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-04 Thread costin
costin 01/12/04 11:14:34 jakarta-tomcat-connectors/jk/java/org/apache/jk/ajp - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-04 Thread costin
costin 01/12/04 11:15:10 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native/common/ajp12 jk_ajp12_worker.c jk_ajp12_worker.h jk_sockbuf.c jk_sockbuf.h

2001-12-04 Thread costin
costin 01/12/04 11:38:02 Removed: jk/native/common/ajp12 jk_ajp12_worker.c jk_ajp12_worker.h jk_sockbuf.c jk_sockbuf.h Log: Rolling back. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2001-12-04 Thread costin
costin 01/12/04 11:39:55 Added: jk/native/common jk_ajp12_worker.c jk_ajp12_worker.h jk_sockbuf.c jk_sockbuf.h Log: Rolling back ( Nov 1 ) Revision ChangesPath 1.6 +0 -0 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_channel.h jk_channel_socket.c jk_endpoint.h jk_env.c jk_env.h jk_handler_discovery.c jk_handler_logon.c jk_logger.c jk_msg.h jk_registry.c

2001-12-04 Thread costin
costin 01/12/04 11:46:31 Removed: jk/native/common jk_channel.h jk_channel_socket.c jk_endpoint.h jk_env.c jk_env.h jk_handler_discovery.c jk_handler_logon.c jk_logger.c jk_msg.h jk_registry.c Log: Rolling

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

2001-12-04 Thread costin
costin 01/12/04 11:51:02 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c Log: Rollback. Revision ChangesPath 1.23 +2 -7 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

Re: Building the WebApp module instruction errors

2001-12-04 Thread MJ Ray
Andrew Savory wrote: # rmdir jakarta-tomcat-connectors should be # rm -rf jakarta-tomcat-connectors (because the CVS directory inside will prevent rmdir from working) Sorry for coming into this cold, but do you really need force on that rm? Other than that, it seems to agree

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

2001-12-04 Thread remm
remm01/12/04 12:27:11 Added: coyote/src/java/org/apache/coyote/tomcat4 Constants.java Log: - Add a placeholder for the Catalina adapter. Revision ChangesPath 1.1 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/Constants.java

cvs commit: jakarta-tomcat-connectors/coyote build.xml

2001-12-04 Thread remm
remm01/12/04 12:27:55 Modified:coyote build.xml Log: - Add a placeholder for the Catalina adapter. Revision ChangesPath 1.3 +49 -3 jakarta-tomcat-connectors/coyote/build.xml Index: build.xml

RE: mod_jk inprocess worker and Apache 2.0 not working

2001-12-04 Thread GAWLAS,JULIUS (HP-Cupertino,ex1)
Costin, The main problem with JNI and apache is that we can't support sessions corectly. Apache is a multi-process server ( even apache2.0 - each process has multiple threads, but it's still multiprocess ). Thanks for quick answer, but I don't think I can quite see contradiction here - I

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

2001-12-04 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.

getPathTranslated problem

2001-12-04 Thread Anand Bashyam Narasimham
Hi, I have a JSP that has a call to request.getPathTranslated(). Somehow this is returning null instead of a valid path. Is this a Bug or am I doing somethinng wrong. Any help or pointers to info would be appreciated. Anand -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: mod_jk inprocess worker and Apache 2.0 not working

2001-12-04 Thread costinm
Hi Julius, Thanks for the patch - I've already added it to jk2. I did the rollback on jk ( removing all jk_env, jk_registry, adding back ajp12 ), now the 'main' tree should have the stable jk. Sorry for the delay. The main problem with JNI and apache is that we can't support sessions

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

2001-12-04 Thread costin
costin 01/12/04 13:38:27 Modified:jk/native/apache-2.0 mod_jk.c Log: Patch from Julius Gawlas. Fix mod_jk for the latest apache2.0 Submitted by: GAWLAS,JULIUS (HP-Cupertino,ex1) [EMAIL PROTECTED] Revision ChangesPath 1.39 +10 -9

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

2001-12-04 Thread costin
costin 01/12/04 13:46:31 Modified:jk/native/common jk_jni_worker.c Log: Second patch from Julius Gawlas. Detect if the VM is already started and attach. Submitted by: GAWLAS,JULIUS (HP-Cupertino,ex1) [EMAIL PROTECTED] Revision ChangesPath 1.8 +21 -4

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

2001-12-04 Thread costin
costin 01/12/04 13:47:03 Modified:jk/native2/common jk_jni_worker.c Log: Second patch from Julius Gawlas. ( now in jk2 ) Detect if the VM is already started and attach. Submitted by:GAWLAS,JULIUS (HP-Cupertino,ex1) [EMAIL PROTECTED] Revision ChangesPath

need to modify incoming get and post BEFORE sent on to servlets

2001-12-04 Thread masukomi
I need to write a little app that will catch all incoming GETs and POSTs check where they are going, and alter it if it matches a cached alias (which could be updated by any servlet that wanted to send it a message with new info). I would like to write this so that it can work on anyones

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

2001-12-04 Thread costin
costin 01/12/04 14:44:31 Modified:jk/native/common jk_jni_worker.c Log: Typo. Revision ChangesPath 1.9 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.c Index: jk_jni_worker.c

DO NOT REPLY [Bug 4524] - Tomcat hangs when running as a service

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

Re: Off topic:Old jserv source question

2001-12-04 Thread Daniel Rall
On Tue, 4 Dec 2001, Antony Bowesman wrote: Thanks Daniel, I noticed your name in the comments, we are just trying to remove the jserv dependancy to use tomcat 4. Most of the work is done, just have to get customers to move... Just recently made the switch from JServ to Catalina myself.

Re: need to modify incoming get and post BEFORE sent on to servlets

2001-12-04 Thread Craig R. McClanahan
*** PLEASE *** ask user questions like this on the TOMCAT-USER list instead of here! On Tue, 4 Dec 2001, masukomi wrote: Date: Tue, 4 Dec 2001 17:44:26 -0500 (EST) From: masukomi [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: need to

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

2001-12-04 Thread mmanders
mmanders01/12/04 14:51:57 Modified:jk/native/common jk_sockbuf.c Log: Added a cast in the call to send since Metrowerks 6.0 (used to build NetWare) complains. Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_sockbuf.c Index:

RE: mod_jk inprocess worker and Apache 2.0 not working

2001-12-04 Thread GAWLAS,JULIUS (HP-Cupertino,ex1)
Costin, With JNI, each apache process will have it's own VM and will process requests. If a session is created, it'll be in one of the VMs, and the servlet spec requires that all further requets within that session go to the same VM. This is not possible right now - a second request can

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

2001-12-04 Thread costin
costin 01/12/04 15:52:43 Modified:jk/native2/common jk_jni_worker.c Log: Fix my previous error. Revision ChangesPath 1.5 +18 -18jakarta-tomcat-connectors/jk/native2/common/jk_jni_worker.c Index: jk_jni_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_endpoint.c jk_handler_discovery.c jk_handler_response.c jk_lb_worker.c jk_map.c jk_msg_buff.c jk_pool.c jk_requtil.c jk_uriMap.c

2001-12-04 Thread costin
costin 01/12/04 15:56:08 Modified:jk/native2/jni jk_jnicb.c jk/native2/include jk_pool.h jk_uriMap.h jk/native2/common jk_endpoint.c jk_handler_discovery.c jk_handler_response.c jk_lb_worker.c jk_map.c

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

2001-12-04 Thread costin
costin 01/12/04 15:59:01 Modified:jk/native2/server/apache2 mod_jk.c Log: Updated. Started to add the per_dir structure that will allow JkSetWorker inside Locations. This in turn will allow full 'native' configuration for apache ( i.e. using SetHandler and Location instead

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

2001-12-04 Thread costin
costin 01/12/04 16:11:27 Added: jk/native2/server/apache2 jk_pool_apr.c Log: Initial implementation for the apr pool. This will allow use of native pools if apache is used ( or apr ). Non-apr code will work as before, using jk pools. Note that for Apache1.3 we also

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime BodyContentImpl.java JspRuntimeLibrary.java JspWriterImpl.java PageContextImpl.java

2001-12-04 Thread kinman
kinman 01/12/04 16:19:18 Modified:jasper/src/share/org/apache/jasper Constants.java jasper/src/share/org/apache/jasper/compiler IncludeGenerator.java jasper/src/share/org/apache/jasper/runtime

Re: Superb OSS Java IDE

2001-12-04 Thread Jon Stevens
on 12/4/01 8:23 AM, GOMEZ Henri [EMAIL PROTECTED] wrote: www.eclipse.org OSS version of VisualAge for Java, by the team who does VA Java :) Excellent Cool news. However, it isn't truly superb until it runs on OSX. :-) -jon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

DO NOT REPLY [Bug 5134] - problems using the manager app from within a java app

2001-12-04 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=5134. 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-04 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.

DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

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

DO NOT REPLY [Bug 5265] - With JDBCRealm: cant add new user online to my authentification database, the new user will not work until I restart the server.

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

DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2001-12-04 Thread remm
remm01/12/04 18:38:31 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: - Fixes STM problems. Since load is synced on this, the other synced blocks should also be synced on this. Thanks to Craig for the help fixing this.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2001-12-04 Thread remm
remm01/12/04 18:57:58 Modified:catalina/src/share/org/apache/catalina/core Tag: tomcat_40_branch StandardWrapper.java Log: - Port fix for STM. Revision ChangesPath No revision No revision

DO NOT REPLY [Bug 4816] - Container fails to prevent concurrent access to servlet implementing SingleThreadModel

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