Enterprise Password Safe
------------------------

More information about the Enterprise Password Safe can be found at http://www.enterprise-password-safe.com/

The archive contains a copy of Jetty, HSQLDB, and the Enterprise Password Safe. This represents an example configuration, and does not represent the a recommended configuration.

In order to run the demo version you MUST have installed a J2SE 1.4 SDK (one is available http://java.sun.com/j2se/1.4.2/download.html), and you must have obtained a trial licence key from either the Enterprise Data Safe website (by clicking on the download link), or from contact@enterprisedatasafe.net.

To start the demonstration you should type the commands listed below which are relevant to your operating system.

** Windows **
cd [installation-directory]\jetty
[path-to-j2se-sdk-installation-directory]\bin\java -jar start.jar

** Unix/Linux **
cd [installation-directory]/jetty
[path-to-j2se-sdk-installation-directory]/bin/java -jar start.jar

Once this has completed you should point a web browser at;

http://[machine-name]:8080/passwordsafe/

If you are presented with a page which requires database information, you should select the following;

Database Type: HSQLDB
JDBC Driver: org.hsqldb.jdbcDriver
JDBC URL: jdbc:hsqldb:[filename]
Database Username: sa
Database Password:

and ensure the Initialise database box is selected.

The word [filename] in the JDBC URL should be replaced with the name of a file in a directory that you can write to. This will be used by HSQLDB to store it's data. The Database Password should be left blank.

Once you have entered this information you should click "Set values", and you will be taken to the login screen. You should be able to log in using the username admin and the password admin.

From here on you should use the password safe manual to help you perform tasks.

Support
-------
If you require help at any time please Email support@enterprisedatasafe.net

Licences
--------
Distribution licences for all of the supporting software is included in the Licences subdirectory.
