How do I redirect from Apache to Tomcat?

后端 未结 5 582
有刺的猬
有刺的猬 2020-12-07 12:31

I\'m working on my first Java site. I\'m running Apache Tomcat on port 8080, and Apache HTTPD on port 80. The current URL that I can access the site at is (for example) 123.

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 13:08

    you should configure your tomcat using this link. for tomcat 7 http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html

提交回复
热议问题