RE: General questions about Tomcat-Apache

2002-02-25 Thread Kristian Duske
Thomas, check out this page: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html. It deals with Tomcat 3.2, but it has a lot of general information about the why's and how's of integrating Tomcat and Apache. Regards Kristian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Tomcat 4 and Apache

2002-02-24 Thread Kristian Duske
Hi Brian, I think I see the problem. you do NOT need the line: AddModule mod_jk.c Thanks for your tip, but this didn't fix it for me. I'm still at a loss here. Regards Kristian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

RE: Tomcat 4 and Apache

2002-02-24 Thread Kristian Duske
You need to uncomment ServerName directive in httpd.conf and change the default server name there to your server's Fully Qualified Domain Name or IP address. The error you are seeing is because ServerName has not been changed. I tried both the machine name, localhost and the ip adress, but

RE: Tomcat 4 and Apache

2002-02-24 Thread Kristian Duske
I'm treading in quicksand here. But did you add the JkMount statements? I was getting the a similar error Can't locate API module structure... with mod_webapp till I added the WebAppConnection and WebAppDeploy statements. Maybe I'm wrong. Just trying to help :-) No, that's not the problem

Tomcat 4 and Apache

2002-02-23 Thread Kristian Duske
Hi everyone, I'm sorry that I'm probably the 100th person to ask this, but I have searched google groups and the archives of this mailing list, both of which failed to help me setting up Tomcat 4.01 with Apache 1.3.23 on Windows. I have tried to load both mod_jk.dll and mod_webapp.so in Apache.