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.