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 6 Current »

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 platform dependent paths in the configuration files installed in the system. 
    Do this only once: 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)

The pages that follow explain these steps. 

 

  • No labels