+

Search Tips   |   Advanced Search

(zos)

Use a DB2 database to hold custom user registry data

A custom user registry can use a DB2 database to maintain the user and password information.

However, to maintain the user and password information, you must adhere to the following configuration requirements and restrictions:

Complete the following steps to define the JDBC driver for WebSphere Application Server. Set up the following DB2 JDBC Universal Driver configuration before you define the custom user registry for the WAS for z/OS security component.

  1. Define the DB2 Universal JDBC Driver in the ws.ext.dirs class path for the servant. To define the driver...in the console:

    1. Click Servers > Application servers > server_name.

    2. Under Server Infrastructure, click Java and Process Management > Process definition > Servant.

    3. Under Additional properties, click Java Virtual Machine.

    4. Under Additional properties, click Custom properties .

    5. Click New and define the driver. Create the new property using the following information:

      Property name

      ws.ext.dirs

      Property value

      db2jcc.jar_directory_path/db2jcc.jar:license_jar_directory_path/db2jcc_license_cisuz.jar

  2. Define the DB2 Universal JDBC Driver in the ext.dirs class path for the controller. To define the driver...in the console:

    1. Click Servers > Application servers > server_name.

    2. Under Server Infrastructure, click Java and Process Management > Process definition > Controller.

    3. Under Additional properties, click Java Virtual Machine.

    4. Under Additional properties, click Custom properties .

    5. Click New and define the driver. Create the new property using the following information:

      Property name

      ws.ext.dirs

      Property value

      db2jcc.jar_directory_path/db2jcc.jar:license_jar_directory_path/db2jcc_license_cisuz.jar

  3. Recycle the server.


Related tasks

  • Configure stand-alone custom registries
  • Develop stand-alone custom registries