On Sun, Jun 21, 2009 at 5:34 AM, Graeme Ruthven<gra...@kula.co.nz> wrote:
> Looking at the suggestions on the Mifos Configuration Pages, the first
> option would appear to be best, but where do I set the Java System property,
> which I assume will be something like
> "mifos.conf=/etc/mifos/local.properties"?

Graeme,

We intended the Java System property to be used only in our test
system. You can use it for production, but it might be easier to set
the MIFOS_CONF environment variable. This could easily be done in the
startup script:

export MIFOS_CONF="/etc/mifos/local.properties"

If you want to use Java System properties, you would need to put
something in the startup script like this:

export CATALINA_OPTS="-Dmifos.conf=/etc/mifos/local.properties"

cheers
adam
-- 
Adam Feuer <adamf at pobox dot com>

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to