Run JSP application with apache using mod proxy
So you have a VPS and you want to host tomcat application and your apache application together in it. Sure you can run them on different ports, but if you want to run jsp app also on port 80, you can use apache’s mod proxy to do so. Follow the following steps to run jsp […]