Sending redirect in Tomcat web application behind a Apache 2 proxy (mod_proxy)

前端 未结 5 710
攒了一身酷
攒了一身酷 2021-01-01 18:20

I have a web application on tomcat http://localhost:8080/WebApp/

The I have configrued Apache 2 (mod_proy) so that the web application is directly acces

5条回答
  •  情深已故
    2021-01-01 19:06

    you have use to AJP Connector to connect apache2 & tomcat , it will be the perfect solutions for this.

    if you need how to configure this, tell me i will explain this detail

提交回复
热议问题