Hei Dean, Thanks for replying. First off I'd like to configure properly Tomcat JNI. Still doing tests but 'till now with no success. As I told before, I get this error when start Tomcat: 06/02/2004 14:27:07 org.apache.jk.server.JkMain start INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: no jkjni in java.library.path
Apache's error.log: [Fri Feb 06 14:27:59 2004] [notice] jni.validate() class= org/apache/jk/apr/TomcatStarter [Fri Feb 06 14:28:00 2004] [error] Can't find class org/apache/jk/apr/TomcatStarter java.lang.NoClassDefFoundError: org/apache/jk/apr/TomcatStarter [Fri Feb 06 14:28:00 2004] [notice] vm.detach() ok [Fri Feb 06 14:28:00 2004] [error] workerEnv.initWorkers() init failed for worker.jni:onStartup [Fri Feb 06 14:28:00 2004] [notice] jni.validate() class= org/apache/jk/apr/TomcatStarter [Fri Feb 06 14:28:00 2004] [error] Can't find class org/apache/jk/apr/TomcatStarter java.lang.NoClassDefFoundError: org/apache/jk/apr/TomcatStarter [Fri Feb 06 14:28:00 2004] [notice] vm.detach() ok [Fri Feb 06 14:28:00 2004] [error] workerEnv.initWorkers() init failed for worker.jni:onShutdown And second, I'd like to configure load balance. My idea is to call http://test.serv.com/mywebapp and this server having 2 Tomcat instances: http://test.serv.com:8070/mywebapp http://test.serv.com:8080/mywebapp Thanks a lot, Alvaro ----- Original Message ----- From: "Dean Searle" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 5:01 PM Subject: RE: workers2.properties syntax What aspects are you wanting to change and I'll see if I can help explain them. I'm somewhat new to this also, but have spent almost a year decipering and figuring things out. Dean -----Original Message----- From: Alvaro Seixas [mailto:[EMAIL PROTECTED] Sent: Tue 2/3/2004 3:15 PM To: Tomcat Users List Subject: workers2.properties syntax Hello, I'd like to know if someone knows where I can find any document describing the syntax for workers2.properties different from the one that comes with Tomcat 5. Cause the one that I'm using I copied from this list (and it's working) and there's some aspects I want to change that I have no idea how to do it. Thanks, Alvaro ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
