Re: How to configure Tomcat-Apache connection

2000-12-13 Thread Mike La Budde
Please read the mod_jk-howto.html file in your tomcat/doc directory. NOTES: 1) You should be using Tomcat 3.2 (or, perhaps 4.0) 2) You should use mod_jk (and not the older mod_jserv) 3) Make sure you included the autogenerated mod_jk.conf-auto file into Apache's httpd.conf file. 4) Are you

Re: How to configure Tomcat-Apache connection

2000-12-13 Thread Wojciech Wasowicz
Mike La Budde wrote: Please read the mod_jk-howto.html file in your tomcat/doc directory. NOTES: 1) You should be using Tomcat 3.2 (or, perhaps 4.0) I use 3.2 2) You should use mod_jk (and not the older mod_jserv) I use it - I compiletd it from sources and 3) Make sure you included

RE: How to configure Tomcat-Apache connection

2000-12-13 Thread Dave Newton
I just can't accomplish jsp programs through apache. But what _happens_ when you try? Dave

Re: How to configure Tomcat-Apache connection

2000-12-13 Thread Wojciech Wasowicz
Dave Newton wrote: I just can't accomplish jsp programs through apache. But what _happens_ when you try? Dave If I open .jsp file through tomcat - it runs If I open .jsp file through apache - tomcat communication - it displays text of file You can see it in links I've sent earlier

RE: How to configure Tomcat-Apache connection

2000-12-13 Thread Dave Newton
I just can't accomplish jsp programs through apache. But what _happens_ when you try? Dave If I open .jsp file through tomcat - it runs If I open .jsp file through apache - tomcat communication - it displays text of file I think w/o seeing actual files it'll be tough to help. If

Re: How to configure Tomcat-Apache connection (long)

2000-12-13 Thread Wojciech Wasowicz
Dave Newton wrote: If I open .jsp file through tomcat - it runs If I open .jsp file through apache - tomcat communication - it displays text of file I think w/o seeing actual files it'll be tough to help. If you're including the conf-auto file and have all your ports etc. set up