FTHPIS - ExtendedUDDI

Publishing & Discovering Service Information

OpenGrids   |   Home   |   Downloads   |   Resources   |   Class Reference   |   Demos   |   CHANGE-LOG
Download & Installation Instructions for EXTENDED UDDI
1 - Required Software for EXTENDED UDDI

2 - Deploy CGL_UDDI Database into MySQL

  • Download uddi_ext.tar
  • Extract the archive in your home directory e.g. /home/<user name>/tar -xvf uddi_ext.tar  (It will create a directory called "uddi_context" in your home directory)
  • Go to ${HOME}/uddi_context/mysql_scripts/
  • Update your MySQL username and password both in cgl_uddi_database_first_script.sql and insert_publishers.sql scripts.
  • Connect to the installed mysql as follows:
    mysql -u <some_username> -h <some_host> -p <some_password>
  • Run the following: mysql> SOURCE cgl_uddi_database_first_script.sql;
  • Then run the following: mysql> SOURCE insert_publishers.sql;
  • To exit MySQL type: mysql> quit;

3 - Installing Stand Alone CGL UDDI Extended Service

Installing UDDI Extended

  • Note: If you have done the second step above, you already obtained & extracted the tar file. Please continue with the bulletin that starts with "Update..." below.
  • Download uddi_ext.tar
  • Extract the archive in your home directory e.g. /home/<user name>/tar -xvf uddi_ext.tar  (It will create a directory called "uddi_context" in your home directory)
  • Update ${HOME}/uddi_context/properties.prop with the MySQL host name, your username and password.
  • Copy ~/uddi_context/war/uddi_ext.war  into $CATALINA_HOME/wepapps
  • Restart your Jakarta Tomcat installation.
  • This will deploy the UDDI_Extended service into your Jakarta Tomcat installation under $CATALINA_HOME/webapps/uddi_ext directory. (<jakarta-tomcat-home>/webapps/uddi_ext)
  • To see a list of deployed web services go to
    http://<your-server-name>:<portnum>/uddi_ext/servlet/AxisServlet

4 - WSDL File for CGL UDDI Extended Service

5 - JUnit Test Clients for CGL UDDI Extended Service

6 - Example Clients for CGL UDDI Extended Service