apr.NativeSo has to be placed in jk2.properties in order for channelUnix to work.
If I don't put apr.NativeSo, there is no error in Catalina.out. However, there is no channelUnix either. If I put apr.nativeSo, I got that error. Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -----Original Message----- From: liug [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Re: Connector issues - jk2, 4.1.18, 2.0.44 Eric L. Wittle <[EMAIL PROTECTED]> wrote: > # Map the Tomcat examples webapp to the Web server uri space > [uri:/examples/*] > info=Map the whole webapp > In my Tomcat 4.1.18 conf directory, my jk2.properties files contains the > folloing: > handler.list=apr,channelSocket,request > channelSocket.port=8009 > Hope this works for you... > -Eric with the jk2.properties you have, when you startup tomcat 4.1.18, do you see the following errors in your catalina.out file? Starting service Tomcat-Standalone Apache Tomcat/4.1.18 Feb 12, 2003 11:02:33 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on port 8080 Feb 12, 2003 11:02:33 AM org.apache.jk.server.JkMain newHandler SEVERE: Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.<clinit>(AprImpl.java:340) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at org.apache.jk.server.JkMain.newHandler(JkMain.java:556) at org.apache.jk.server.JkMain.start(JkMain.java:341) at org.apache.jk.server.JkCoyoteHandler.start(JkCoyoteHandler.java:169) .. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
