Hi Adrian,

I went back to using channel sockets (see last post).  I am getting closer,
not quite there yet.

Thanks for your input,

Mike

> -----Original Message-----
> From: Adrian Lanning [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 05, 2004 11:55 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration with Apache Virtual Hosts
> 
> 
> Hi Mike,
> 
> jk_module and JkMount will only work if you are using JK.  
> You are using JK2 so you should go back to your original 
> configuration.
> 
> Looking back at your log output, I noticed an error about a 
> JNI lib not being found.  I am fairly certain that using Unix 
> Sockets requires JNI so that may be the root cause of your 
> problem.  Make sure you compiled jk2 with jni and that the 
> jni lib (jkjni.so) is in the right location.
> 
> Maybe you should just try using regular channel sockets 
> rather than unix sockets ( it seems to be defaulting to that 
> anyways but I don't know for sure).
> 
> hth,
> Adrian Lanning
> 
> ---- snip from your log output ----
> INFO: APR not loaded, disabling jni components: java.io.IOException:
> java.lang.UnsatisfiedLinkError: /usr/local/apache2/modules/jkjni.so:
> /usr/local/apache2/lib/libaprutil-0.so.0: undefined symbol: 
> gdbm_errno Mar 25, 2004 11:50:11 AM 
> org.apache.jk.common.ChannelSocket init
> INFO: JK2: ajp13 listening on /0.0.0.0:8009
> ---- end snip ----
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to