I have enabled Tomcat using EasyApache and it works fine but the web application needs all .xhtml files to be parsed by Tomcat, which is not happening at all.
Could anyone please guide me in right direction?
My cp_jkmount.conf file has :-
<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /* ajp13
JkMount /*.do ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
It works fine when directly accessing Tomcat e.g. http://domain.com:8080/app/page.xhtml but does not work when mod_jk is forwarding requests to Tomcat.
Could anyone please guide me in right direction?
My cp_jkmount.conf file has :-
<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /* ajp13
JkMount /*.do ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
It works fine when directly accessing Tomcat e.g. http://domain.com:8080/app/page.xhtml but does not work when mod_jk is forwarding requests to Tomcat.