Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) Date of First Response: 2009-04-08 05:22:47 What will we tell users about reconfiguring the BRMS - for example, moving the repository directory? The issue here is that the user has to be informed/instructed to move the repository data outside of the server dir tree. Right now, the default location is /bin under the server. Can this be moved to /data? We will have to document how the user can move the repo - they will likely want to have the repo outside of the server dir tree as it is their data. Is there any way to do this other than other than exploding the BRMS .war file and hand editing config files>
Editing the component.xml in the .war would seem to be the only way. Also the default config uses derby for data storage. What's the position on using other databases, eg MySQL, Oracle etc. Are we supporting external databases in this capacity ?
Installation instructions have been updated to specify deploying as exploded war for configuration purposes. configuration instructions have been added, specifically changing repository location and setting up workspace & versions database config. Added an appendix for sample configurations, I can currently only test mysql & the generic JDBC connector. I don't think there is a great deal of difference but I will need verified Oracle, DB2 and MSSQL configurations as well. Still to do: more specifics on supported app servers, databases and JVM
persistenceManager configuration examples added for generic JDBC BundleDbPersistenceManager , Oracle, MySQL & PostgreSQL
content has been updated in source
Verified in the 5.0.1 user guide.