Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

Preparing Bedework for production involves modifying the configuration files for your site, either by editing them directly or using the JMX console. It should not be necessary to rebuild Bedework.  

The steps are as follows:

  1. Execute the deployConf target – this is required to set up correct paths in the configuration files which are installed in the system (which are platform dependent). Do this once only as it will overwrite any changes you make. Make all future configuration changes 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)

The pages that follow explain these steps. 

 

  • No labels