Configure JAAS for Crystal Reports Server on WebSphere® Application
Server.
To configure JAAS for Crystal Reports server:
- Copy the jaas.conf.WebSphere file
from the following Content Engine server directory:
CE_install_path/FileNet/ContentEngine/config/samples
to the Crystal
Reports server:
Option |
Description |
WebSphere Application
Server |
C:\Program Files\IBM\WebSphere\AppServer\java\jre\lib\security |
WebSphere Application
Server Client |
C:\Program Files\IBM\WebSphere\AppClient\java\jre\lib\security |
- Edit the java.security file that comes
with WebSphere Application
Server or WebSphere Application
Server Client to point to the jaas.conf.WebSphere file.
For example, under
a Windows® WebSphere Application
Server, you would complete the
following steps:
- Open the following file for editing: C:\Program Files\IBM\WebSphere\AppServer\java\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.WebSphere file, as follows:WebSphere Application
Server:
login.config.url.1=file:"C:/Program
Files/IBM/WebSphere/AppServer/java/jre/lib/security/jaas.conf.WebSphere"
Important: If the path contains a space, you must enclose
it within double quotes.
WebSphere Application
Server Client:
login.config.url.1=file:"C:/Program
Files/IBM/WebSphere/AppClient/java/jre/lib/security/jaas.conf.WebSphere"
Important: If the path contains a space, you must enclose
it within double quotes.