Forwarding apache requests (port 80) to Tomcat (port 8080)

Avatar
  • Answered
I have a Tomcat server with war applications
How can I modify apache configuration do that I can open my webapp by just:
http://xx.xx.xxx.xxx/MyApp/

instead of:
http://xx.xx.xxx.xxx:8080/MyApp/

I have already configured the Tomcat server.xml Host to map MyApp to my domain MyApp.com

But how can I just use MyApp.com to open my site if the Tomcat running on port 8080?

Thank you
Avatar
anonymous
Hello, Thank you for your question. I am not sure how you had your Apache or Tomcat installed however I found a guide that goes over forwarding your Apache to Tomcat. It should be able to guide you in the generally direction you need to get this issue resolved. Best Regards, TJ Edens