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 Note: 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 utlities for working with UDDI. This is more developer oriented.