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

2004-03-15 Thread mturk
mturk 2004/03/15 03:53:05 Modified:jk/native2/common jk_vm_default.c Log: Removed the childGeneration checking Revision ChangesPath 1.33 +0 -7 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2004-02-13 Thread hgomez
hgomez 2004/02/13 00:46:37 Modified:jk/native2/common jk_vm_default.c Log: Make line longer but GCC more happy with it :) Revision ChangesPath 1.31 +2 -4 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2004-02-13 Thread David Rees
Henri, If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf(This is a ) very long line.\n); -Dave [EMAIL PROTECTED] wrote, On 2/13/2004 12:46 AM: hgomez 2004/02/13 00:46:37 Modified:

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

2004-02-13 Thread David Rees
David Rees wrote, On 2/13/2004 1:14 AM: If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf(This is a ) very long line.\n); Oops, my patch was reversed. Here's a good one. -Dave --- jk_vm_default.c.orig

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

2004-02-13 Thread Henri Gomez
David Rees wrote: David Rees wrote, On 2/13/2004 1:14 AM: If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf(This is a ) very long line.\n); Oops, my patch was reversed. Here's a good one. Are you sure it

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

2004-02-13 Thread jean-frederic clere
Henri Gomez wrote: David Rees wrote: David Rees wrote, On 2/13/2004 1:14 AM: If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf(This is a ) very long line.\n); Oops, my patch was reversed. Here's a good

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

2004-02-13 Thread David Rees
Henri Gomez wrote, On 2/13/2004 3:08 AM: Are you sure it will works on non gcc compiler ? I'd like to see Jean-Frederic opinion :) (exotic os/hardware) Does not look like it does, but at least now you'll know that if you're writing gcc specific code you can do it. ;-) The only non-gcc compiler

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

2004-02-13 Thread Henri Gomez
David Rees wrote: Henri Gomez wrote, On 2/13/2004 3:08 AM: Are you sure it will works on non gcc compiler ? I'd like to see Jean-Frederic opinion :) (exotic os/hardware) Does not look like it does, but at least now you'll know that if you're writing gcc specific code you can do it. ;-) The

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

2002-11-06 Thread mturk
mturk 2002/11/06 23:27:18 Modified:jk/native2/common jk_vm_default.c Log: Rename the error hook to the exit (that's it real pupose after all). Revision ChangesPath 1.28 +9 -7 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index:

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

2002-10-25 Thread mturk
mturk 2002/10/24 23:52:54 Modified:jk/native2/common jk_vm_default.c Log: Use the PATH_SEPARATOR_STR for classpaths. The used one was the semicolon that is used only on WIN32 Revision ChangesPath 1.24 +12 -6

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

2002-10-24 Thread mturk
mturk 2002/10/24 08:37:18 Modified:jk/native2/common jk_vm_default.c Log: After guessing JVM check if the file is inside the LD_LIBRARY_PATH. Revision ChangesPath 1.23 +53 -6 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index:

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

2002-10-15 Thread mturk
mturk 2002/10/15 06:59:49 Modified:jk/native2/common jk_vm_default.c Log: Add the classpath option to the vm: Revision ChangesPath 1.22 +35 -9 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:35:02 Modified:jk/native2/common jk_vm_default.c Log: no message Revision ChangesPath 1.21 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-07-01 Thread mturk
mturk 2002/07/01 08:45:20 Modified:jk/native2/common jk_vm_default.c Log: Add the destroy callback that calls the DestroyJavaVM Revision ChangesPath 1.19 +20 -0 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-06-11 Thread nacho
nacho 2002/06/11 14:19:31 Modified:jk/native2/common jk_vm_default.c Log: The patch deals with unnecesary calls to the AttachCurrentThread if the GetEnv returns valid environment. The second part of patch uses WIN32 registry to guess the correct jvm.dll like Java does

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

2002-05-23 Thread costin
costin 02/05/23 21:29:22 Modified:jk/native2/common jk_vm_default.c Log: Use APR to load the DLL ( rather than adding another case for hpux ). The major problem is Netware - the code in APR for dlopen is _very_ different from what we have in jk. If someone who uses that

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

2002-04-12 Thread costin
costin 02/04/12 16:12:16 Modified:jk/native2/common jk_vm_default.c Log: Remove the JDK1.1 workarounds - it made the code unreadable. If you need 1.1 support - get the old version from CVS and create a separate jk_vm_11.c object. Or use mod_jk1. I also removed a lot of

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

2002-03-18 Thread costin
costin 02/03/18 10:45:25 Modified:jk/native2/common jk_vm_default.c jk_worker_jni.c Log: Update to the new config mechanism. Revision ChangesPath 1.6 +55 -48jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-03-11 Thread hgomez
hgomez 02/03/11 03:41:11 Modified:jk/native2/common jk_vm_default.c Log: PR: Back port correction to patch 6817 where RTLD_GLOBAL is used but could be missing (probably outdated OS) Revision ChangesPath 1.5 +12 -0

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

2002-02-06 Thread costin
costin 02/02/06 11:15:25 Modified:jk/native2/common jk_vm_default.c Log: Update the defaults for the current naming conventions. Revision ChangesPath 1.3 +7 -11 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-01-25 Thread costin
costin 02/01/25 23:10:30 Modified:jk/native2/common jk_vm_default.c Log: Fixes, get it to work right. Revision ChangesPath 1.2 +9 -2 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-01-11 Thread costin
costin 02/01/11 20:48:20 Added: jk/native2/common jk_vm_default.c Log: This is the code extracted from jni worker. Few changes - we do now a lot of 'guessing' to avoid asking the user for things we can find for ourself. The defaults do work now fine - it required