> -----Original Message----- > From: Simon Stewart [mailto:[EMAIL PROTECTED]] > Sent: 25. lipanj 2002 12:57 > To: [EMAIL PROTECTED] > Subject: RE: Configuring mod_jk2 > > > Mladen also mentioned the "RegisterNatives" directive > "inprocess". I'm about to go searching through the archives > of the list, but if someone would please take the time to > explain it to me what it is, I'd be grateful. Anyone? >
This one goes to the jk2.properties, not the workers2.properties, sorry. The RegisterNatives is the JNI way that we are using to force the mod_jk2 to register its native methods instead of using that from Java, so that we don't need to explicitly use the System.loadLibrary. The option can be enabled with the directive: apr.jniModeSo=inprocess In the jk2.properties. The AprImpl in that case will skip the loading of the jni library, and mod_jk2 will register all the natives. MT. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>