Try restarting tomcat and apache in a shell. Anything that might be
going to stderr will get displayed. If tomcat is set to put this to log
it will be in logs/tomcat.log. Mod_jk might be working fine, tomcat is
having a problem with it.

~Rob

Gregory Guthrie wrote:
> 
> 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]

-- 
_______________________________________

 Robert Wohleb
 Web Applications Development Manager
 Parafoil Software, Inc.
_______________________________________

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

Reply via email to