Adapter for JMS 6.1 SP1 | webMethods Adapter for JMS Documentation | webMethods Adapter for JMS Installation and User’s Documentation | WebLogic Server Configuration Notes | WebLogic Server Authentication | Configuring JAAS Authentication
 
Configuring JAAS Authentication
You use JAAS authentication with multiple WebLogic servers.
*To configure JAAS authentication
1. Create a file, named WmJMSAdapter_jaas.config with the following content:
/** Login Configuration for the JAAS Sample Application **/
WmJMSAdapter
{
weblogic.security.auth.login.UsernamePasswordLoginModule
required debug=true;
};
2. Save the file to the ${JAVA_DIR}/jre/lib/security directory, where ${JAVA_DIR} is set in the server.bat file (server.sh in Unix) located in the Integration Server_directory \bin directory.
3. Append the following line to the ${JAVA_DIR}/jre/lib/security/java.security package:
login.config.url.1=
file:${java.home}/lib/security/WmJMSAdapter_jaas.config