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