Guest_imported
New member
- Jan 1, 1970
- 0
I have installed Tomcat-3.3 to work with my apache webserver
using mod_jk. I have included this file in my httpd.conf.
From what I understand the following configuations should tell apache to parse all *.jsp files to the servlet container:
(from mod_jk.conf)
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /examples ajp13
JkMount /examples/* ajp13
JkMount /otherworker/*.jsp remoteworker
however when I place a .jsp file on my apache server in the
htdocs directory. I get a 404 error. I checked my java console and found that tomcat was compiling the file but found no class file, then sends back the 404.
The class file is located in the tomcat work directory so I don't understand what the problem is.
Any help or insight would be greatly appreciated
using mod_jk. I have included this file in my httpd.conf.
From what I understand the following configuations should tell apache to parse all *.jsp files to the servlet container:
(from mod_jk.conf)
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /examples ajp13
JkMount /examples/* ajp13
JkMount /otherworker/*.jsp remoteworker
however when I place a .jsp file on my apache server in the
htdocs directory. I get a 404 error. I checked my java console and found that tomcat was compiling the file but found no class file, then sends back the 404.
The class file is located in the tomcat work directory so I don't understand what the problem is.
Any help or insight would be greatly appreciated