redirect 4 WLS-Domain via one OHS
Hi all,
we have 4 SOA, BPM, Intern and OSB Domains and have to manage WebTier via one OHS (+1 OHS Standby).
As you know, each Domain has one /console and one /em
How can seperate via OHS configuration and VirtualHost differrent request for each Domain, without conflict with URL and URI adresses. I think about a soltuion as followed. Is there any other soltion available?
<Location /em_1>
WLSRequest ON
WebLogicHost HOST
WeblogicPort 7001
</Location>
<Location /em_2>
WLSRequest ON
WebLogicHost HOST
WeblogicPort 9001
</Location>
<Location /em_3>
WLSRequest ON
WebLogicHost HOST
WeblogicPort 9901
</Location>
<Location /em_4>
WLSRequest ON
WebLogicHost HOST
WeblogicPort 9801
</Location>
Thanks,
Moh