Configure JAAS for Crystal Reports Server on Oracle WebLogic Server.
Procedure
To configure JAAS for Crystal Reports server:
- Copy the jaas.conf.WebLogic file from
the following Content Engine or Content Platform Engine server directory: CE_install_path/FileNet/ContentEngine/config/samples to
the following Crystal Reports server directory: JDK_install_path/jre/lib/security
- Edit the java.security file to point
to the jaas.conf.WebLogic file, as follows:
- Open the following file for editing: JDK_install_path/jre/lib/security/java.security
- Uncomment and update the following line: #login.config.url.1=file:${user.home}/.java.login.config to
point to the newly copied jaas.conf.WebLogic file,
as follows: login.config.url.1=file:C:/install_jdk /jre/lib/security/jaas.conf.WebLogic
Important: If the path contains a space, you must
enclose it within double quotation marks.