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]

Reply via email to