| Author |
Redirect a URL
|
Felix Mathew
Greenhorn
Joined: Nov 04, 2011
Posts: 1
|
|
Hi all, I am using tomcat just as a simple webserver. I have my application under webapps/ROOT.
My question:-
What config changes do I have to make in tomcat so that I can redirect a http request such as http://xxxx:8080/abc/def/xyz.htm to point to the xyz.htm file residing under webapps/ROOT/def directory on my tomcat server without having the used chnage their request URL?
Thanks.
|
 |
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
|
|
Check this http://stackoverflow.com/questions/1363605/tomcat-base-url-redirection
|
 |
 |
|
|
subject: Redirect a URL
|
|
|