how to set auto redirection in tomcat
- by Registered User
I have a site http://social.openitup.in
right now what you are seeing is a default Tomcat6 page.
I am using mod_ajp as a front end and Apache vhost configuration for same is
<VirtualHost *:80 >
ServerName social.openitup.in
ServerAdmin webmaster@localhost
ProxyRequests off
<Proxy *>
Order…