Configure JAAS for Crystal Server on JBoss Application Server.
Procedure
To configure JAAS for Crystal Server:
- Copy the jaas.conf.JBoss file from
the following Content Engine or Content Platform Engine all server directory: CE_install_path/FileNet/ContentEngine/config/samples to
the Crystal Server: C:/Program Files (x86)/SAP BusinessObjects/SAP
BusinessObjects Enterprise XI 4.0/win32_x86/jdk/jre/lib/security
- Edit the java.security file to point
to the jaas.conf.JBoss file, as follows:
- Open the java.security file for
editing: C:/Program Files (x86)/SAP BusinessObjects/SAP
BusinessObjects Enterprise XI 4.0/win32_x86/jdk/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.JBoss file,
as follows: login.config.url.1=file:C:/Program Files (x86)/SAP
BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/win32_x86/jdk/jre/lib/security/jaas.conf.JBoss
Important: If the path contains a space, you must
enclose it within double quotation marks.