Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mifos requires Tomcat 6.x. Ubuntu 8.10 installs the tomcat6 package, but as of fall, 2008 the package was buggy. Earlier versions of Ubuntu come with Tomcat 5.5, which Mifos no longer supports. Mifos is also not able to work with the Ubuntu Tomcat package in Ubuntu 9.04. We recommend installing Tomcat 6 from a downloaded tarball, but here is a link about how to get the Ubuntu Tomcat package to work on Utuntu Ubuntu 9.04.

Download the latest Tomcat 6.x .tar.gz file archive (look under Downloads → Binary distributions → Core) and unpack it. In the instructions that follow, we'll assume you unpacked Tomcat to $HOME/tomcat6. If you've put it somewhere else, adjust accordingly.

...

Database connections must be configured by customizing the following settings in LocalPropertiesFileyour Local Properties File:

No Format
main.database=mifos
main.database.user=mifos
main.database.password=mifos
integration.database=mifostest
integration.database.user=mifos
integration.database.password=mifos
acceptance.database=mifostest
acceptance.database.user=mifos
acceptance.database.password=mifos

...