All Questions
Tagged with php-java-bridge mod-proxy-html
1 question
2
votes
0
answers
317
views
Java website on Tomcat PHP website on Apache - how to get PHP web pages into Java web pages?
We have a Java web application deployed on Tomcat. We also setup Apache and mod_proxy_ajp to route web requests (port 80/443) to Tomcat.
We would like to deploy a PHP application on the same Apache ...