Parsing xhtml through Tomcat
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 :-
JkMount /*.jsp ajp13
JkMount /* ajp13
JkMount /*.do ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
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.
Please sign in to leave a comment.
Comments
0 comments