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

2002-11-06 Thread mturk
mturk 2002/11/06 08:32:25 Modified:jk/native2/common jk_worker_jni.c jk_vm_default.c jk_channel_jni.c Log: Fix the JNI disabling for multi-process servers, moving disabled from factory to the init. Also, check if the JVM aborted. Revision Changes

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

2002-10-31 Thread mturk
mturk 2002/10/31 03:55:36 Modified:jk/native2/common jk_worker_jni.c jk_vm_default.c jk_channel_jni.c Log: Fix the disabling of the JNI in the multiprocess servers. Question: Can we disable the JNI if there is more then one child process? Revision

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

2002-10-26 Thread mturk
mturk 2002/10/26 07:46:28 Modified:jk/native2/common jk_worker_jni.c jk_vm_default.c Log: Disable the jni worker and vm if the JVM called abort() in the previous child generation. This prevents ifinite loop trying to load wrong JVM on multi-process servers. Revision