Duncan Smith wrote:
I had same problem. I found that if the workers2.properties file was supposed to be in {apache-home}/conf/
Yea, I symbolically linked it there as well, but still nada. Will it not follow symbolic links?
I said before, as I learned from another guy on this list, jk2 configuration files on the Tomcat side do not support "serverRoot". Actually, you can define and use it in ${CATALINA_HOME}/config/jk2.properties, but the "jkjni.so" modules will not pick it up (and those are complaining), unless you define it as an environment variable.
Nix.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
I added it to catalina.sh and got rid of the message.
serverRoot=/blah export serverRoot
Not sure if the explicit export is needed I put them both in at once.
-CC
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
