Why and when to perform this task
Perform this task if you want to use Cloudscape (embedded or network) as the database store (either local or remote) for your UDDI registry. You need only perform this task once for each UDDI registry, as part of setting up and deploying a UDDI registry.
If you are creating a remote database, use the database product documentation to familiarize yourself with the relevant capabilities of the product before proceeding with this task.
Before you begin
Steps for this task
java -Djava.ext.dirs=install_root/cloudscape/lib:install_root/java/lib/ext -jar UDDICloudscapeCreate.jar arg1 arg2 arg3 arg4
java -cp install_root/cloudscape/lib/db2j.jar -jar UDDICloudscapeCreate.jar arg1 arg2 arg3 arg4
If the Cloudscape database already exists,
you will be asked if you want to recreate it. If you choose to recreate the
database, your existing database will be deleted and a new one created in
its place. If you choose not to recreate the database, the command will exit
and a new database will not be created.
What to do next
Continue with setting up and deploying your UDDI registry node.
Related tasks
Setting up a default UDDI node
Setting up a customized UDDI node
Setting up and deploying a new UDDI registry