Removing a UDDI registry application To remove the UDDI application from an application server,
run the wsadmin script uddiRemove.jacl, as shown, from the install_root/bin
directory.
The syntax of the command is as follows (this
is a Windows platform example; for UNIX or Linux platforms, add the .sh suffix
to the wsadmin command):
Note: If running in a network
deployment configuration, the command must be run against the deployment manager
profile.
![[Version 6.0]](../../v60.gif)
wsadmin [-profileName profile_name] -f uddiRemove.jacl
node_name
server_name
[default]
![[Version 6.0.1 and later]](../../v601x.gif)
wsadmin [-profileName profile_name] -f uddiRemove.jacl
{node_name server_name | cluster_name}
[default]
where
- '-profileName profile_name' is optional, and is the
name of the profile in which the UDDI application is deployed. If you do not
specify a profile, the default profile will be used.
- node_name and server_name are the
names of the WebSphere node and application server in which the UDDI application
is deployed (these are the names that you specified when you ran uddiDeploy.jacl
to install the UDDI application).
cluster_name is
the name of the WebSphere cluster in which the UDDI application is deployed.
This is the name that you specified when you ran uddiDeploy.jacl to install
the UDDI application.
- 'default' is optional and is applicable only for Cloudscape in a standalone application server environment, and
then only if the default option was used when the uddiDeploy.jacl script was
run to deploy the UDDI registry. Specifying default will remove the UDDI Cloudscape
datasource but not the UDDI Cloudscape database.
Output will appear on the screen by default. To direct the output
to a log file, add '> removeuddi.log' (where removeuddi.log can be
any log name of your choice) to the end of the command.
For
example, to remove the UDDI application from server 'server1' running in node
'MyNode' on a Windows system, and send any messages to the file removeuddi.log:
wsadmin -f uddiRemove.jacl MyNode server1 > removeuddi.log
![[Version 6.0.1 and later]](../../v601x.gif)
To remove the
UDDI application from cluster 'MyCluster' on a Windows system, and send any
messages to the screen:
wsadmin -f uddiRemove.jacl MyCluster
Note: You can also remove the
UDDI registry application using the administrative console in the usual way
(select the application in the Enterprise Applications view
and click Uninstall). If you are removing the UDDI
registry from a cluster in a version of WebSphere Application Server that
is earlier than Version 6.0.1, use this administrative console method.