nacho 02/05/28 18:16:40
Modified: jk/native2/server/isapi jk_isapi_plugin.c
Log:
* logger reconfigurations need to be done at globalEnv.
XXX Thread issues, isapi needs a complete revamp of initialization, now is a mess,
works, but needs a complete rewrite
Revision Changes Path
1.23 +2 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- jk_isapi_plugin.c 29 May 2002 00:59:33 -0000 1.22
+++ jk_isapi_plugin.c 29 May 2002 01:16:40 -0000 1.23
@@ -60,7 +60,7 @@
* Author: Gal Shachor <[EMAIL PROTECTED]> *
* Author: Larry Isaacs <[EMAIL PROTECTED]> *
* Author: Ignacio J. Ortega <[EMAIL PROTECTED]> *
- * Version: $Revision: 1.22 $ *
+ * Version: $Revision: 1.23 $ *
***************************************************************************/
// This define is needed to include wincrypt,h, needed to get client certificates
@@ -571,7 +571,7 @@
{
int rc = JK_TRUE;
- jk_env_t *env = workerEnv->globalEnv->getEnv( workerEnv->globalEnv );
+ jk_env_t *env = workerEnv->globalEnv;
workerEnv->initData->add( env, workerEnv->initData, "serverRoot",
workerEnv->pool->pstrdup( env, workerEnv->pool,
server_root));
/* Logging the initialization type: registry or properties file in virtual dir
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>