removed:
-
-Known Issues
-====
-
-Spaces in Classpath
-++++
-
-Mifos may break on Windows machines with Tomcat 5.5 if the path(s) added to the "shared.loader" property contain spaces. This was first mentioned on the `developer mailing list <http://article.gmane.org/gmane.comp.finance.mifos.devel/4392>`_, and is being tracked in the `issue tracker <https://mifos.dev.java.net/issues/show_bug.cgi?id=1759>`_. If this issue affects you, create a directory called ``C:\mifosconfigs`` and use the following in ``catalina.properties``:
-
-::
-
- shared.loader=C:/mifosconfigs,C:/mifosconfigs/*.jar
-
-``C:\mifosconfigs`` should be considered equivalent to ``CATALINA_HOME/shared/classes`` if this workaround is necessary for your Mifos installation.