Hi friends,i deployed a web application in tomcat and set a mysql database for it.And later i redirected apache to tomcat using http_proxy.Now when i im able to connect to my webapp through tomcat on 8080 port like this:
http://localhost:8080/myapp
but when i try querying it with my website name like this :
http://mysite.com,it opens upto site id and then it shows no resource error.I redirected it like this:
PassProxy /
http://localhost;8080/myapp/
PassProxyRevesrse /
http://localhost:8080/myapp/
details:
os: rhel5,
tomcat ver:7
jdk 7
apache 2.2.3
mysql 5.5
any help would be greatly appreciated.