Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat - Apache configuration

Status
Not open for further replies.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top