Configuring Java 2 security for Build Forge in Websphere Application Server

If you are running WebSphere® Application Server with Java 2 security enabled, you must configure the Build Forge services layer to use it.

About this task

To configure the WebSphere Application Server administrative console, perform the following steps.

Procedure

  1. Open Applications > Enterprise Applications.
  2. Select jas_war and click Update.
  3. Select Replace or Add a Single File.
  4. In the Specify the path beginning with the installed application archive file to the file to be replaced or added, enter META-INF/was.policy.
  5. Select Local file system, browse to the was.policy file for your operating system, then click Next.
    • Windows systems:
      <bfinstall>/samples/projects/was.policy
    • UNIX and Linux systems:
      <bfinstall>Platform/samples/projects/was.policy
  6. Click OK.
  7. Save the changes to the master configuration, and then stop and start the Build Forge services application.

Feedback