Runtime components : Channels components : Single action EJB : Concepts : EJB cluster PMR
  
EJB cluster PMR
The following clause is added to btt.xml to allow user to specify the EJB parameter.
<!-- ======================================== -->
<!-- EJB Protocal Parameters -->
<!-- -->
<!-- ======================================== -->
<kColl id="EJB">
<field id="InitialContextFactory" value="com.ibm.websphere.naming.WsnInitialContextFactory"/>
<field id="location" value="iiop://localhost:2809/"/>
</kColl>
You can choose the real EJB parameter under cluster environment.
Go up to
Concepts