Greetings All. The following link is to a patch which changes two string constants in jk_workerEnv.c to use an existing #define in jk_global.h. A copy of the patch is added at the end. The patch has been successfuly applied and compiled on a NetWare platform. http://normw.gknw.com/patches/jk_workerEnv.c.diff Norm ----------------------------------------------------- ---- jk_workerEnv.c.orig 2004-03-22 07:46:03.000000000 +1100 +++ jk_workerEnv.c 2004-04-19 11:09:46.000000000 +1000 @@ -293,7 +293,7 @@ if (configFile == NULL) { wEnv->config->setPropertyString(env, wEnv->config, "config.file", - "${serverRoot}/conf/workers2.properties"); + JK_WORKER_FILE_DEF); configFile = wEnv->config->file; }
@@ -334,7 +334,7 @@ if (configFile == NULL) { wEnv->config->setPropertyString(env, wEnv->config, "config.file", - "${serverRoot}/conf/workers2.properties"); + JK_WORKER_FILE_DEF); configFile = wEnv->config->file; } ---------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]