costin 02/04/18 12:29:08 Modified: jk/native2/common jk_worker_jni.c Log: Change the main class. Revision Changes Path 1.10 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c Index: jk_worker_jni.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jk_worker_jni.c 18 Apr 2002 00:12:00 -0000 1.9 +++ jk_worker_jni.c 18 Apr 2002 19:29:08 -0000 1.10 @@ -69,7 +69,7 @@ #include "jni.h" /* default only, will be configurable */ -#define JAVA_BRIDGE_CLASS_NAME ("org/apache/jk/apr/AprImpl") +#define JAVA_BRIDGE_CLASS_NAME ("org/apache/jk/apr/TomcatStarter") struct jni_worker_data { jclass jk_java_bridge_class;
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>