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)