Bug 640 - db.properties should get dbPropFile like apps.properties already has
: db.properties should get dbPropFile like apps.properties already has
Status: RESOLVED FIXED
: Helma
Generic/Other
: 1.6.2
: All All
: P1 normal
: 1.6.3
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2008-09-07 18:19 by
Modified: 2008-10-20 15:35 (History)


Attachments
Patch to implement dbPropFile configuration (966 bytes, patch)
2008-09-07 18:21, Bernhard Fröhlich
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-09-07 18:19:00
There is no possibility to define where Helma should look for db.properties
if it's not in hopHome. The default path for hopHome is not appropriate because
that is /usr/local/www/helma but configurations should be in
/usr/local/etc/helma.

That is not a problem for apps.properties because we can use "appsPropFile" and
this is exactly what is missing for db.properties.
------- Comment #1 From 2008-09-07 18:21:31 -------
Created an attachment (id=98) [details]
Patch to implement dbPropFile configuration

This patch implements dbPropFile in the same way that appsPropFile is.
------- Comment #2 From 2008-10-20 15:35:52 -------
Thanks for the patch, I committed it for 1.6.3.