Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Integrating Apache Tomcat & WebLogic over port 80

843833Aug 7 2002 — edited Aug 15 2002
I 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.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2002
Added on Aug 7 2002
6 comments
396 views