> Thanks for your quick response. Yes, we were talking a few days ago. I check
> the syntax of XML and is correct. Besides, I am using the default xml files
> without changes, the attachment here. 

Thanks!

mifosChartOfAccounts.custom.xml - as you say, looks identical to
mifosChartOfAccounts.xml, which Mifos provides.

mifosBeanConfig.custom.xml - looks fine. It is actually only necessary
to include the "financialRules" bean config, but that shouldn't matter.
Example: http://pastey.net/127263

mifosChartOfAccounts.xml - this file should not be in your MIFOS_CONF
directory

local.properties - all you need in here is the line with
"main.database.password=******", the rest matches the default database
configuration.

applicationConfiguration.custom.properties - I recommend _only_
including values you've overridden from the defaults in this file.

It would also be helpful to have a look at
$CATALINA_HOME/logs/catalina.out . To keep it small, you can just cut
out the part from one start/stop of Mifos and/or compress the file.

> I have a question. I added a value to Enviroment Variables (MIFOS_CONF) and
> put these files there. But I found others similar into
> CATALINA_HOME\webapps\mifos\WEB-INF\classes\org\mifos\config\resources. What
> folder is using Mifos, MIFOS_CONF or resources?  I put these files in both
> anyway. I should also put them in CATALINA_HOME\lib?. 

If you set MIFOS_CONF=C:\mifos_conf in Windows, you should put custom
configuration files in C:\mifos_conf.

As you mentioned on IRC, I think you're right in that Mifos is not even
looking at your custom config files. If you watch
$CATALINA_HOME/logs/catalina.out while Mifos is starting, you should see
messages like "INFO: ConfigurationLocator found configuration file ...".
This should give you hints as to what if any of your custom overrides
are being used.

As I mentioned on IRC, I would try clearing Tomcat's caches by
      * stopping Tomcat
      * deleting $CATALINA_HOME/work/Catalina/localhost/mifos
      * deleting $CATALINA_HOME/webapps/mifos

You should never put anything directly into
$CATALINA_HOME/webapps/mifos .
The one exception is that plugins currently have to be copied into
$CATALINA_HOME/webapps/mifos, but only until issue 2545
( https://mifos.dev.java.net/issues/show_bug.cgi?id=2545 ) is fixed .

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to