IntelliJ Java IDE
The moose likes Tomcat and the fly likes Apache Tomcat configration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Apache Tomcat configration" Watch "Apache Tomcat configration" New topic
Author

Apache Tomcat configration

Kadu Nakra
Greenhorn

Joined: Jun 06, 2003
Posts: 1
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?
 
IntelliJ Java IDE
 
subject: Apache Tomcat configration
 
Threads others viewed
Apach integrate with Tomcat problem(urgent)
The requested resource is not available
Using Apache/Tomcat on a URL other than localhost
How to integrate Tomcat 4 with Apache using mod_jk
URL Redirecting in iPlanet Web Server 4.1.11
developer file tools