Remove the UDDI Registry application from a single appserver

If you wish to completely remove the UDDI Registry application from a stand-alone application server then run the wsadmin script appserverremoveuddi.jacl, which has been installed into the UDDIReg/scripts directory when you installed the UDDI Registry as part of a Network Deployment install. Run the wsadmin script from the QShell command prompt.

The syntax for this script is:

/QIBM/ProdData/WebAS5/Base/bin/wsadmin -instance your_instance
 -f appserverremoveuddi.jacl servername nodename > removeuddi.log

where your_instance is the name of your WAS Version 5.0 instance, and servername and nodename are the name of the stand-alone application node in which it runs (these are the names that you specified when you ran appserversetupuddi.jacl to install the UDDI Registry application). By default output goes to the screen, but, optionally, you can specify > removeuddi.log to direct the output to a log file.

Note: Example may be wrapped for display purposes.

For example,

/QIBM/ProdData/WebAS5/Base/bin/wsadmin -instance default
-f appserverremoveuddi.jacl server1 MONOLITH_default 

where default is the name of your instance, server1 is the name of your server, and MONOLITH_default is the name of your node.

This example removes the UDDI Registry application and related files from the server server1 running in node MONOLITH_default under instance default and sends any messages to the screen.