Click to See Complete Forum and Search --> : tomcat + apache


omicron
09-26-2001, 01:12 AM
I'm kinda new to tomcat. I have apache 1.3.19-5 running and working properly, however we need to develop JSP pages and so decided to use tomcat. I have tomcat set up and running at 8080, but then i thought there's more installation after this, but cant seems to find the info. Any one have hints, or sites? I think i would need to integrate the 2 now? thanks in advance

reinerm
09-26-2001, 05:27 AM
I have'nt tried this on linux, this is just a hint.

maybe it needs mod_jk and load the module on the httpd.conf DSO section, and maybe add the line

AddModule mod_jk.c

on ClearModuleList section

for more info refer to this site: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html


hope it helps!!!

cheers!!