You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Steve Viens <sv...@steveviens.com> on 2002/01/27 03:35:12 UTC

[jUDDI-developers] jUDDI installation simplified to a 3 step process, [build, copy, restart]

fyi,

I've replaced the code in SimpleUUIDGen with that found in
SecureRandomUUIDGen that Maarten has created. This UUIDGen
implementation is slow but does not require any configuration before
running jUDDI (i.e. you are no longer required to add the following
property...

 juddi.simple-uuidgen.ethernetAddress=AA-BB-CC-DD-EE-FF

...to the juddi.properties file.  This change was made to keep
installation of juddi to a simple 3-step process.

   1. Build jUDDI using the 'dist' target:  ant dist

   2. Copy 'juddi.war' to Tomcat's 'webapps' directory.

   3. Restart Tomcat.

That's all there is to it.

Thanks to Maarten for this UUIDGen implementation.

Steve

Steve Viens
sviens@steveviens.com
http://juddi.org/