IBM Enterprise Records, Version 5.1.+       Application server:  WebSphere Application Server     

Configuring JAAS for Crystal Reports server (Content Engine on WebSphere Application Server)

Configure JAAS for Crystal Reports Server on WebSphere® Application Server.

To configure JAAS for Crystal Reports server:

  1. 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
  2. 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:

    1. Open the following file for editing: C:\Program Files\IBM\WebSphere\AppServer\java\jre\lib\security\java.security
    2. 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.
      Application Client for WebSphere Application Server:
      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.


Feedback

Last updated: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)