Redirecting http request to two different weblogic servers using the Weblogic proxy and Apache2
Posted
by Jhon
on Stack Overflow
See other posts from Stack Overflow
or by Jhon
Published on 2010-04-12T03:26:47Z
Indexed on
2010/04/12
3:33 UTC
Read the original article
Hit count: 497
Hello All,
I've read previous posts like "Redirecting https requests to two different weblogic servers using the Weblogic proxy and Apache2". But I have a different situation and I don't think I'm understanding this to well. I have an Apache 2 server (server1) that will receive http request for my application. Then I have two more servers (server2 and server3) with Web Logic 9.2 runing on ports 7000 (server1) and 8000 (server2). I want the users to enter appname.domain.com and be redirected between the two web logic servers, always keeping appname.domain.com (this is hidding servername:port from URL). How can I manage to do that?
Thanks in advanced!
Jhon.
© Stack Overflow or respective owner