WAS v8.5 > Administer applications and their environment > Administer web services - UDDI registry > Administer the UDDI registry > Set up and deploying a new UDDI registrySet up a customized UDDI node
We can set up a UDDI node with our own properties, including the mandatory node properties. This type of UDDI node is suitable for production purposes.
We can set up a customized UDDI node with property values that you choose. After the node is initialized, we cannot change the mandatory node properties, for example, the node ID.
- Review the information in Databases and production use of the UDDI registry to decide which database system to use, then create a database schema to hold the UDDI registry by completing one of the following tasks. Do not use the default node options where specified.
- Create a DB2 distributed database for the UDDI registry
- Create a DB2 for z/OS database for the UDDI registry
- Create an Apache Derby database for the UDDI registry
- Create a Microsoft SQL Server database for the UDDI registry
- Create an Oracle database for the UDDI registry
- Set up a data source for the UDDI registry application to use to access the database, as described in Create a data source for the UDDI registry.
- Deploy the UDDI registry application, as described in Deploy the UDDI registry application.
For a DB2 database, stop the server if it is running. Edit the user profile for the DB2 user that starts the server. Modify the user profile to run the db2profile script, located in the root directory of the DB2 user ID (for example, /home/db2inst1/sqllib/db2profile). Alternatively, we can run the db2profile script manually, but you must do this every time that you restart the server. Enter the following command (there is a single space character after the period in this command):
. /home/db2inst1/sqllib/db2profile
- Click Applications > Application Types > WebSphere enterprise applications to display the installed applications. Start the UDDI registry application by selecting the check box next to the application name and clicking Start. Alternatively, if the application server is not already running, start the application server. This action automatically starts the UDDI registry application. The UDDI node is now active.
If you restart the UDDI application or the application server, the UDDI node always reactivates, even if the node was previously deactivated.
Because you chose a user-customized UDDI node, set the properties for the UDDI node using UDDI administration, and initialize the node, before it is ready to accept UDDI requests. See Initializing the UDDI registry node for details.
Subtopics
- Create a DB2 distributed database for the UDDI registry
Complete this task to use DB2 on the Windows, Linux, or UNIX operating systems as the database store for the UDDI registry data.- Create a DB2 for z/OS database for the UDDI registry
Complete this task to use DB2 for z/OS as the database store for the UDDI registry data.- Create an Apache Derby database for the UDDI registry
Complete this task to use an Apache Derby database as the database store for the UDDI registry. We can use an embedded or network Apache Derby database, and the database store can be local or remote.- Create a Microsoft SQL Server database for the UDDI registry
Complete this task to use Microsoft SQL Server 2005, 2008 or 2008 R2 as the database store for the UDDI registry data.- Create an Oracle database for the UDDI registry
Complete this task to use Oracle as the database store for the UDDI registry data.- Create a data source for the UDDI registry
We create a data source so the UDDI registry can use it to access the UDDI database.- Deploy the UDDI registry application
You deploy a UDDI registry application as part of setting up a UDDI node. We can use a supplied script, the dmgr console, or wsadmin scripting commands.- Initializing the UDDI registry node
Use this topic to initialize a UDDI registry node after setup or migration.
Related concepts:
Databases and production use of the UDDI registry
Related
Set up a default UDDI node with a default data source
Set up a default UDDI node
Related information:
UDDI node settings