Figures, for some reason its now working :) Thanks for the information and clearing up the configuration changes!
I had the deploymifosDB.properties file in the classpath, but for some reason it didn't seem to be working (maybe I had a password issue somewhere...). So when I was looking on mifos.org to try and troubleshoot, I saw the note on the configuration files and thought we might have put it in one of the revisions of 1.2.x. Look forward to when I can test on the upcoming 1.3.x! Cheers, r On 6/29/09 22:55, "Adam Monsen" <[email protected]> wrote: > I feel your pain about configuring Mifos! The path is neither straight > nor free of trapdoors. > >> I read what was on here: >> http://www.mifos.org/developers/wiki/MifosConfigurationLocations > > That page only applies to versions 1.3.x (and later, including trunk > builds). I added a disclaimer. > >> And I'm still not sure where to put my configuration file. > > Which one? > >> I have multiple tomcat instances that I run depending on the project > > All Mifos v1.2.x customization via file-based configuration should be > done by placing files on the application server classpath. This > includes: > * database connection > * deploymifosDB.properties > * placed in root of classpath > * application-wide configuration file > * applicationConfiguration.custom.properties > * placed in root of classpath > * logging > * loggerconfiguration.xml > * placed in <CLASSPATH>/org/mifos/framework/util/resources > > You're correct that CATALINA_HOME/lib is on the Tomcat application > server classpath by default for Tomcat v5.x and v6.x. > > For Mifos 1.3.x (and later, including trunk builds) > "deploymifosDB.properties" should now be called "local.properties". Any > of local.properties, applicationConfiguration.custom.properties, and > loggerconfiguration.xml that are used should be placed in one of the > MifosConfigurationLocations. For me, "~/.mifos" is my directory for > custom Mifos configuration, but if you want to run multiple instances on > the same machine with the same user, set the MIFOS_CONF environment > variable to each instance's directory containing custom configuration > files. > >> I'll also add I'm using 1.2.2 and the error that pops up keeps telling >> me it can't find the deploymifosDB.properties (which I did have in the >> lib file) > > If you still see an error after reviewing your configuration, would you > please paste the error in a reply to this email or on IRC? > > Good luck! > -Adam > ------------------------------------------------------------------------------ > _______________________________________________ > Mifos-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mifos-users -- Ryan Whitney Mifos Technical Program Manager [email protected] Mifos - Technology that Empowers Microfinance (www.mifos.org) ------------------------------------------------------------------------------ _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
