Greetings All,
The link below is a diff for the above referenced file, to change two
occurrences of a literal string to an existing DEFINE in jk_global.h

http://normw.gknw.com/patches/jk_workerEnv.c.diff

The changes have been successfully compiled and checked in a NetWare
environment.
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]

Reply via email to