Hi Lassaad, Mifos configuration as you might already know is used for # customizing database configuration # customizing logging
According to my knowledge about Mifos 1.3 By default ConfigurationLocator(i.e Mifos application while running) will look into the user home(/home/<username>/) for ".mifos" folder. ".mifos" folder has local.properties file where we mention about database parameters. http://www.mifos.org/developers/wiki/LocalPropertiesFile To configure the logging we have loggerconfiguration.xml in .mifos folder(/home/<username>/.mifos) Now, if I want to put these configuration files into some other folder ("/var/conf/myfolder" for example) and not in default location then I will configure "MIFOS_CONF" environment variable export MIFOS_CONF=/var/conf/myfolder The mifos application will look for the configuration files in path defined by MIFOS_CONF env variable. Udai ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
