Oracle Waveset 8.1.1 Resources Reference

Waveset Installation Notes

The Top Secret resource adapter is a custom adapter. You must perform the following steps to complete the installation process:

ProcedureInstalling the Top Secret Resource Adapter

  1. To add the Top Secret resource to the Waveset resources list, you must add the following value in the Custom Resources section of the Configure Managed Resources page.


    com.waveset.adapter.TopSecretResourceAdapter
  2. Copy the appropriate JAR files to the WEB-INF/lib directory of your Waveset installation.

    Connection Manager 

    JAR Files  

    Host On Demand 

    The IBM Host Access Class Library (HACL) manages connections to the mainframe. The recommended JAR file containing HACL is habeans2.jar. It is installed with the HOD Toolkit (or Host Access Toolkit) that comes with HOD. The supported versions of HACL are in HOD V10.

    However, if the toolkit installation is not available, the HOD installation contains the following JAR files that can be used in place of the habeans2.jar:

    Attachmate WRQ 

    The Attachmate 3270 Mainframe Adapter for Sun product contains the files needed to manage connections to the mainframe. 

    • RWebSDK.jar

    • wrqtls12.jar

    • profile.jaw

      Contact Sun Professional Services about getting this product.

  3. Add the following definitions to the Waveset.properties file to define which service manages the terminal session:


    serverSettings.serverId.mainframeSessionType=Value
    serverSettings.default.mainframeSessionType=Value
    

    Value can be set as follows:

    • 1 indicates IBM Host On-Demand (HOD)

    • 3 indicates Attachmate WRQ

      If these properties are not explicitly set, then Waveset attempts to use WRQ, then HOD.

  4. When the Attachmate libraries are installed into a WebSphere or WebLogic application server, add the property com.wrq.profile.dir=LibraryDirectory to the WebSphere/AppServer/configuration/config.ini or startWeblogic.sh file.

    This allows the Attachmate code to find the licensing file.

  5. Restart your application server so that the modifications to the Waveset.properties file can take effect.

  6. See Chapter 54, Mainframe Connectivity for information about configuring SSL connections to the resource.