reports_hs.conf: How define 2 different clsuers?
in order to configuare 2 Reports clusters in one Domain, I need to update OHS configuartion in reports_hs.conf. It's clear for One Reports Cluster with:
<Location /reports>
SetHandler weblogic-handler
WebLogicCluster myHOST1:myPORT2, myHOST2:myPORT2
</Location>
But How can I configure second reports-cluster without conflict with first one? Is it possible?
Thanks in advance,
Moh