I want to configure subdomains in
tomcat 7.
What exactly i want is...
I have two apps eadsUS and eadsCanada.
I need
http://localhost:8082/eadsUS to redirect to
http://us.localhost:8082/
and
http://localhost:8082/eadsCanada to redirect to
http://canada.localhost:8082/
Please let me know the full steps or any documents for the same...
Thanks in advance.