Home > Developers > Wiki > Developer FAQs
Views

Frequently Asked Questions by Mifos users, developers, and specialists. This list will replace the previous outdated Developer FAQs list.

I can't connect to the database!

Confirm that users and permissions are properly configured in the MySQL? database.

Verify that "testdb.user" and "testdb.pwd" is correctly specified in conf/my.build.properties or deploymifosDB.properties (see db connection settings) as per your Mysql environment.

Application won't start

Could be a configuration issue, look at the localhost.<date>.log in the tomcat/logs directory for any errors.

I want a faster build

If you want to skip running the junit tests, you can do so with:

ant war

How do I stop Tomcat?

Hit CTRL-C if Tomcat is running in a console.

If it is installed as a "service", use the canonical method for stopping services specific to your system.


Grameen logo