Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Execute the deployConf target – this is required to set up correct platform dependent paths in the configuration files which are installed in the system (which are platform dependent).
    Do this only once only as : it will overwrite any future changes you make.
    Aside from editing the database configuration files (step 3), all future configuration changes should be made in the JMX-Console.
  2. Ensure the quickstart works as distributed – it comes with a base set of data. Ensure the clients work and try some of the functions.
  3. Copy and edit the -ds.xml file for each database.  There are four datasource files - one for each database.  Set the <connection-url>, <user-name>, and <password> in each file.
  4. Change the hibernate dialect -- to match the database
  5. Make remaining changes to your configuration (using the JMX-Console)
  6. Copy and update the deploy configuration

The pages that follow explain these steps. 

...