Previous Topic: Configure FIPS EncryptionNext Topic: (JBoss) Adjusting Portal Session Timeout


JBoss 5.1 FIPS Configuration

As a known issue in JBoss 5.1, .ear and .war files must be in hierarchical form.

Follow these steps:

  1. Stop the JBoss server and navigate to the JBoss 'deploy' folder.
  2. In the JBoss 'deploy' folder, locate the tmsWPAdapter.ear and viewer.war files.
  3. For the tmsWPAdapter.ear file in the JBoss 'deploy' folder:
    1. Create and name a folder tmsWPAdapter, and extract the contents of the tmsWPAdapter.ear file into it.
    2. Delete the original tmsWPAdapter.ear file.
    3. Rename the tmsWPAdapter folder as tmsWPAdapter.ear.

      The tmsWPAdapter.ear folder now contains the tmsWPAdapter.war file, and the APP-INF and META-INF folders.

    4. Under the tmsWPAdapter.ear folder, create and name a folder tmsWPAdapter, and extract the contents of tmsWPAdapter.war file into it.
    5. Delete the original tmsWPAdapter.war file.
    6. Rename the tmsWPAdapter folder as tmsWPAdapter. war.
  4. For the viewer.war file in the JBoss 'deploy' folder:
    1. Create and name a folder viewer, and extract the contents of viewer.war file into it. Delete the original viewer.war file.
    2. Rename the viewer folder as viewer.war.
  5. Delete the JBoss work, temp and data folders that are located next to the JBoss 'deploy' folder.
  6. Start the JBoss server.