Hi, I have a server running apache on port 80, and tomcat on 9080. Now apache has setting that when i enter my domain www.mydomain.com, it point sto a particular directoty on my server and shows the index.html from that dir. And now i have created one java application which i want to use for that site. But tomcat is running on 9080, so i need to enter www.mydomain.com:9080, and i dont want that.i want to access my java application using www.mydomain.com. Can you tell me how can i do that.
Thanks, Ravi.