Make sure you have mod_jk.so built and present in the libexec directory.

http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html

Here is a sample addition to an httpd.conf file:

        LoadModule    jk_module  libexec/mod_jk.so
        AddModule     mod_jk.c
        JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties
        JkLogFile     /usr/local/apache/logs/mod_jk.log
        JkLogLevel    warn


Justy

----- Original Message -----

> Hi, all
>   i want to install tomcat with apache in BSDi 4.2. now i can install
tomcat standalone to run jsp and servlet, and the BSDi 4.2 has a contrib
version of apache.
>   BUT when i modify httpd.conf to include mod_jserv.o or mod_jk.o file use
LoadModule, the apache return error message "File not found".
> I check the file path. It's correct!
>   It's CRAZY!!
>   is here any body know why? or is there any one has done this thing?
> PLEASE give me a sample.
>
>   Thanks alot!
>
> _____________________________________________
> [�㲻���� ��������] ����ר�úţ�95963���û���/���룺263
> �ػݾ�Ʒ�յ�������  http://shopping.263.net/hotsale/aircondition/index.asp
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to