Before you begin
To completely remove the UDDI Registry application from the target application server in the deployment manager cell, run the wsadmin.sh script removeuddi.jacl, which is located in the UDDIReg/scripts directory of the deployment manager install tree.If the target server specified on invoking removeuddi.jacl is running at the same time, the script stops the server and restarts the server when it has completed its operations.
Steps for this task
wsadmin.sh -f removeuddi.jacl servername nodename > removeuddi.log
Where servername and nodename are the server and node where you have deployed the UDDI Registry application. By default output will go to the screen, but, optionally, you can specify '> removeuddi.log' to direct output to a log file.
wsadmin.sh -f removeuddi.jacl server1 myriadwill remove the UDDI Registry application and related files from server server1 running in node myriad, and will send any messages to the screen.