IBM FileNet P8, Version 5.2.1            


< Previous | Next >

Creating a Runtime Configuration

You define the context in which the IDE runs the Content Engine Web Service (CEWS) connection code.

The runtime configuration specifies arguments that are passed to the Java™ virtual machine (VM). In this lesson, you set the VM arguments.

Setting VM Arguments

VM arguments indicate the location of the JAAS configuration files for the CEWS transport.
  1. In the Eclipse menu bar, click Run > Run Configurations.
  2. In the Run Configurations dialog box, click Java Application in the left pane.
  3. Click the New launch configuration icon in the left upper corner.

    By default, Eclipse names the run configuration after the name of your Java class.

  4. If you want to change the default name of the run configuration, modify the value in the Name field.
  5. Click Apply.
  6. Open the Arguments tab.
  7. Enter the appropriate VM arguments for your development environment in the VM arguments box, as listed in the following table. In a remote environment, the Content Platform Engine is deployed on a remote server, not on the same machine as your IDE.
    Development Environment VM arguments
    Remote

    Windows

    -Djava.security.auth.login.config="c:\Program Files\IBM\FileNet\CEClient\config\samples\jaas.conf.WSI"

    non-Windows

    -Djava.security.auth.login.config="/opt/IBM/FileNet/CEClient/config/samples/jaas.conf.WSI"

    Local

    Windows

    -Djava.security.auth.login.config="c:\Program Files\IBM\FileNet\ContentEngine\config\samples\jaas.conf.WSI"

    non-Windows

    -Djava.security.auth.login.config="/opt/IBM/FileNet/ContentEngine/config/samples/jaas.conf.WSI"

  8. Click Apply, then click Close.
< Previous | Next >



Last updated: October 2015

ss_ecl_cews011.htm



© Copyright IBM Corporation 2015.