![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
A default EMS server configuration file, tibemsd-jaas.conf, is located with the other sample configuration files in the cfgmgmt/ems/data configuration file directory defined during installation.Task A Configure the JAAS ModuleIf you are using one of the provided default modules, locate the configuration file for the desired module in the EMS_HOME/samples/config/jaas directory, and configure the module parameters for your environment. It is a good practice to copy this file along side your other EMS configuration files.The default cfgmgmt/ems/data/tibemsd-jaas.conf file is configured for JAAS. This file can be copied as tibemsd.conf, or the server can be started with the -config parameter to specify this file. See Starting the EMS Server Using Options for details.If you prefer to manually configure JAAS, then take the following steps to modify the main EMS server configuration file, tibemsd.conf:
1. Set the jre_library parameter to enable the JVM. For more information, see The JVM in the EMS Server.
2. Set the security_classpath parameter to include the following JAR files:
− EMS_HOME/bin/tibemsd_jaas.jar
− EMS_HOME/lib/tibjmsadmin.jar
− EMS_HOME/lib/tibjms.jar
− EMS_HOME/lib/jms-2.0.jar
3. Set the jaas_config_file to reference the JAAS module configuration file created in Task A. For example:
4.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |