Basically for each virtual host (or for the "main" host) you'll have something like:
and, if your configuration warrants it:
or something like that.
I also have
so that I can have a default page for a directory in JSP instead of just HTML. This is all in your httpd.conf file for the Apache httpd server.
Quote:
|
Originally Posted by hr_shah82
Hello guys, I am usind Linux base Apache 2 and tomcat 4.0.31
I have configured both ro communicate through mod_jk.
Now I want Apache to redirect index.html to jsp page of tomcat. I did it by writing Javascript in index.html but it is not my solution.
I want apache to call tomcat to serve for jsp pages.
so How can I configure Apache to call tomcat for serving jsp pages.
|