1.0 Supported Platforms
2.0 Software Requirements
3.0 System Requirements
4.0 Directory Structure
5.0 Deploying UDDI Services
6.0 Publishing and Inquiring
7.0 Verifying the Deployment
8.0 Undeploying UDDI Services
The NOVELL_EXTEND_APPSERVER_HOME/UDDI/config directory contains the following directories and files:
When you install the Novell exteNd Application Server 5.0 with UDDI Services, the install files for UDDI Services will be copied to the NOVELL_EXTEND_APPSERVER_HOME/UDDI directory, where NOVELL_EXTEND_APPSERVER_HOME is the directory where the exteNd 5 Application Server is installed.
Filename | Read | Write | Execute |
TreeData.xld | yes | yes | no |
uddi.conf | yes | yes | no |
uddi-file.conf | yes | yes | no |
uddi_v2.xsd | yes | no | no |
Open the UDDI_Dep_Plan.xml file from the NOVELL_EXTEND_APPSERVER_HOME/UDDI/install directory and enter the values for the following parameters:
You can now deploy UDDI Services. Ensure that the Application Server is
up and running.
At the command prompt, enter:
SilverCmd DeployWAR hostname:port dbname path/novelluddi.war -f path/UDDI_Dep_Plan.xml -U username -P password -o -v 5
where hostname is the hostname or IP address of the server running
exteNd Application Server and port is its port number,
dbname
is the SilverMaster database name,
username is the exteNd Application
Server administrator name or equivalent, and
password is your password.
The -o option overwrites the already deployed UDDI Services, and the -v 5 option is a complete verbose list of the deployment operation.
The following message is displayed if the deployment has completed successfully:
Completed deployment to the server for the WAR novelluddi
(novelluddi.war)
Deployment completed successfully.
If you are using Composer 4.1, make sure that it is updated with the UDDI v2 patch. This is the xwb-wsdl-uddi.jar file that should be placed in the designer/lib directory. This patch can be obtained from Novell Technical Support. This is not required if you are using Workbench 4.1.1.
In order to publish and inquire Web services information using the deployed UDDI Services, see Section 4 of the UDDI Services User Guide available in the NOVELL_EXTEND_APPSERVER_HOME/UDDI/doc directory.
Open the Novell Application Server Management Console (SMC), connect to
the Application Server, and view the deployed objects.
You should see the 'novelluddi' object under the SilverMaster database name.
Check if the UDDI Server is up and running by entering the following URL
in your browser window:
http://hostname:port/novelluddi/servlet/rpcrouter
where hostname is the hostname or IP address of the server running
exteNd Application Server and port is its port number.
The following message is displayed.
UDDI Server Status
The server has been initialized successfully.
This indicates that UDDI Services has been successfully deployed, initialized, and running fine.
Ensure that the Application server is up and running.
At the command prompt, enter the following:
SilverCmd Undeploy hostname:port dbname novelluddi
Or
Use the undeploy option in SMC to undeploy the 'novelluddi' object, which will undeploy UDDI Services.