Under Windows 2000, I've successfully installed Tomcat 4.1 and Apache 2.0. I have verified that each one works independently. I recently tried to use Apache to pass the jsp requests to Tomcat, using the mod_jk2.dll module. I followed a setup that I found online for it. After I restarted both programs, I was able to browse my Tomcat wepapps directories through Apache on port 80. The problem is that any time I try to view a jsp file, I get an internal error message from Apache after a pause. When I browse my Tomcat files on port 8080, I don't receive these errors. And when I view static html files on port 80 (Apache), I don't receive any errors. Does anyone know why I may be having a problem with the jsp requests?
Thanks for any help.
Thanks for any help.