Changing the UDDI Registry application environment after deployment

 

Changing the UDDI Registry application environment after deployment

After you have deployed the UDDI Registry application, you might want to change its environment. For example, you might perform initial evaluation of the UDDI Registry using a Cloudscape database, and then want to put the UDDI Registry into production using a DB2 database, or you might want to move from a standalone application server to a network deployment cell.

  1. Optional: To incorporate a standalone application server into a network deployment cell, run the addNode command included with WebSphere Application Server. Use the includeapps parameter to ensure that the UDDI Registry application, and any other applications on the server, are included in the move. See the addNode command for details.

  2. Optional: To move from a default UDDI node to a customized UDDI node, delete the UDDI Registry database and recreate it by completing one of the following tasks, ensuring that you do NOT use the default node options where specified:

    Note: Any data saved in the default node (policies, properties and user data) will be lost when you delete the database. If you do not want to delete the database, you can instead create an entirely new customized UDDI node in a separate application server. The default UDDI node will still exist for you to use for test purposes.

  3. Optional: To change the database type for the UDDI Registry...

    1. Stop the UDDI Registry application (click Applications > Enterprise Applications , select the relevant check box and click Stop ).

    2. Either change the JNDI name of the existing datasource from datasources/uddids to another value, or delete the datasource. To display the datasource properties click JDBC providers > database_type JDBC Provider > Data sources > uddi_datasource.

    3. Create the new database by referring to one of the following topics:

    4. To transfer your UDDI data, use the standard capabilities of the database products to export the data from the old database, and import it into the new one.

    5. Create the new datasource. See Creating a datasource for the UDDI Registry.

    6. Restart the UDDI Registry application.

    7. Check that you can access your UDDI data, then delete the old database.



Related tasks
Creating a DB2 database for the UDDI Registry
Creating a DB2 database for iSeries
Creating a Cloudscape database for the UDDI Registry
Creating an Oracle database for the UDDI Registry
Using the UDDI Registry Installation Verification Program (IVP)
Setting up and deploying a new UDDI Registry

Related reference
addNode command



Searchable topic ID: twsu_change_env