Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

With Release G, Jetty is the new application server for Mifos. 

(Adding this page to clarify install instructions that should eventually live in the INSTALL guide.

To run Mifos in Jetty - 

  1. download and install jetty distribution 7.3.1
  2. Set the following environment variables:
  • JAVA_HOME ... directory where the JDK or JRE is installed
  • JAVA ... points directly to java binary
  • JETTY_HOME ... directory where Jetty is installed
  • JAVA_OPTIONS ... -Xms1024M -Xmx1024M -XX:MaxPermSize=256m
  1. Copy the mifos.war you downloaded to JETTY_HOME/webapps. If the
    following temporary directories exist, delete them:
  • JETTY_HOME/webapps/mifos
  • JETTY_HOME/work
  1. Start Jetty from the jetty directory:
     java -jar start.jar  
  2. tbd - configuration settings for unique port, etc?

 

  • No labels