Welcome to the Apache JUDDI Project! Here's some quick notes for getting the jUDDI server up and running quickly Acquire a JDK6 or higher and setup the JAVA_HOME environment variable == Server quick start: == - Download juddi-distr-.zip (or tar.gz) and uncompress - cd juddi-tomcat-/bin - ./catalina.sh run - Wait for "server started in XXXms - Visit http://localhost:8080/juddiv3 for server information and administration - Visit http://localhost:8080/juddi-gui for the user interface Notes: - The server also listens on SSL on port 8443 - The server binds to all IP address (0.0.0.0) - jUDDI services out of the box do not validate passwords (for accessing the UDDI web services). Just enter any password and you're in - Some of the configuration web pages require a admin username and password. The default is uddiadmin, da_password1 UPGRADING Upgrading from 3.3.2 to 3.3.3 - No database changes were made. Just replace the war/server and carry on. There were some client side updates for error handling, you’ll want to update your dependencies. Upgrading from 3.3.0 to 3.3.1 - No database changes were made. Just replace the war/server and carry on. Upgrading from 3.2.x to 3.3.0 - One or more of the database columns names have changed. It is recommended to perform a backup before migrating. The UDDI client distro has an import/export tool that may help. == UDDI Client libraries == The uddi-client-distro- contains examples, documentation, source code and utilities for working with UDDI. This is more developer oriented.