Integrating Apache Tomcat & WebLogic over port 80
843833Aug 7 2002 — edited Aug 15 2002I am working on building a web application using Apache, Tomcat, and WebLogic, all together and integrated. The project has strict requirements regarding security, such that all three of the above mentioned servers can only communicate over port 80.
In essence, Apache is to receive all requests. If the request is for a webapp in Tomcat, then the request is forwarded to Tomcat. If the request is to a webapp in WebLogic, then is should be forwarded appropriately. However, I need to make sure that the web server, Servlets & JSP's, as well as all EJB's, JMS, etc. are all going through port 80, via HTTP proxy I guess.
Is anyone out there doing this with any level of confidence, comfort, etc.?
Is it even possible (I sure hope it is)?
Feedback welcome.