View Single Post
  #3 (permalink)  
Old 11-07-2003, 01:27 AM
infinityws infinityws is offline
Registered User
 
Join Date: Feb 2003
Posts: 110
infinityws is on a distinguished road
Quote:
<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
</VirtualHost>

Needs to be:

<IfModule mod_jk2.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
</VirtualHost>
I created a new account after installing tomcat and added servlets. It didn't work. I looked at the http.conf file and saw that it was missing the mod_jk2.c. Am I gonna have to do this for EVERY JSP account? Manually change this?

(doesn't work either way)
__________________
hiiii
Reply With Quote