I have installed Tomcat (3.2-4) + Apache(1.3) on Debian linux (2.2).

I find that Apache works fine, and Tomcat works find on its port, and 
serves jsp and servlets on its port, but the Tomcat-Apache link does not 
seem to work.

I don't get any logged errors, or even traffic reports..

I have the tomcat connection in /etc/apache/httpd.conf:

        LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so
        ...
        <IfModule mod_jk.c>
        # The following line is for apacheconfig - DO NOT REMOVE!
        JkWorkersFile /etc/apache/mod_jk/workers.properties
        Include /etc/apache/mod_jk/tomcat-auto
        </IfModule>


I notice that /etc/tomcat/mod_jl/tomcat-auto is empty; is this proper??

How do I get a good version of it?

-- I also notice the I don't have tomcat/bin/startup.sh, it was changed 
into /etc/init.d/tomcat to automatically run at startup. Perhaps that is OK.

Thanks,
Gregory
--------------------------------------------------------
Gregory Guthrie
[EMAIL PROTECTED]         (641)472-1125    Fax: -1103
--------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to