Hi.
I configurated Tomcat to use Apache as Web server. I'm using mod_jk
connector. I redirected context path "/" at apache to tomcat context
path "/" that is ROOT page. Now I would like to change tomcat context
path "/" to be my welcome page whitch source is in directory
webapps/welcome. Welcome page is index.html. I need to change tomcat
ROOT directory.
How can I do that?
Thanx.
Alan
aklikic@yahoo.com - 30 Dec 2005 10:59 GMT
I solve the problem. The answer is in tomcat FAQ
(http://wiki.apache.org/tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe
- "How do I override the default home page loaded by Tomcat?").