Hello!
An application is developed using tomcat in our intranet. Due to policy restrictions, It would be difficult to deploy tomcat on web server and also it may hit the performance.
The web server allows php scripts. I wanted to know whether it is possible to use php script on web server transparently to proxy all the requests to the tomcat running on an intranet machine, which is not visible on Internet and send all generated responses back?
Thanx,
pymehta