i've gotten mod_jk2/2.0.3-dev, tomcat 4.1.24 LE, and Apache/2.1.0 built and
playing nicely together on MacOSX 10.2.4. html, jsp & servlets all
behaving exactly as they should!
where /etc/apache2 is my httpd.conf directory .... and where mod_jk SHOULD
be looking for workers2.properties
now, I know the REASON this is happening ..... mod_jk2's code defines:
#define JK_WORKER_FILE_DEF ("${serverRoot}/conf/workers2.properties") in
several places, and an apxs build of mod_jk2 is grabbing "prefix: /usr" for
the ServerRoot, because I use the Darwin/MacOS (config.layout) template
when building apache2:
its seems to be MISSING/IGNORING the "sysconfdir: /etc+" .....
MY QUESTION IS:
where would I set the config file location default so that mod_jk2
picks-up/finds workers2.properties in "/etc/apache2" rather than defaulting
to /usr/conf"?
thanks,
blakers
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.