I am using Apache server,
Tomcat and mod_jk connector. I am treating all the .html pages as .jsp pages. for that I have directed all the .html pages to tomcat in mod_jk.conf file.
My problem is that when I type
http://www.abc.com/index.html the request is directed to tomcat but when I type
http://www.abc.com it goes to the index.html page of apache. The problem persist even when I have added the following line in the mod_jk.conf file
JkMount / ajp13
ANY IDEA WHAT IS THE PROBLEM?