Adapter for Enterprise JavaBeans 6.5 SP3 | webMethods Adapter for Enterprise JavaBeans Documentation | webMethods Adapter for Enterprise JavaBeans Installation and User’s Documentation | Application Server Configuration Notes | WebLogic Server | JAAS Authentication
 
JAAS Authentication
When using multiple instances of WebLogic application server, JAAS Authentication should be used.
*To configure JAAS Authentication
1. Open the is_jaas.cnf file located in Integration Server_directory \instances\instance_name\config directory and add the following content:
WmEJBAdapter
{
weblogic.security.auth.login.UsernamePasswordLoginModule required debug=false;
};
2. Set the watt.ejbadapter.weblogic property to true.