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.
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.
