|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Mifos-issues mailing list Mifos-issues@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mifos-issues
A simple setup is ready at https://demo.openmf.org/
This contains the following
1) Installed SSL certificate from digicert
http://www.digicert.com/ssl-certificate-installation-tomcat.htm
2) tomcat allowed to follow symbolic links (adding allowLinking="true"
property to Context node of conf/context.xml)
3) Since we currently have a single application (Individual lending) I only
deleted file index.html under webapps/ROOT and replaced it with a symbolic
link to IndividualLendingGeneralJavaScript/IndivLendHome.html. Similarly
another symbolic link was created for
IndividualLendingGeneralJavaScript/resources
4) Port 443 access enabled for tomcat ( navigate to /etc/default/tomcat7 and
change TOMCAT7_USER and TOMCAT7_GROUP to root user Id i.e TOMCAT7_USER=root
and TOMCAT7_GROUP=root)
5) IndividualLending.js updated to pick up "default" as the tenant Id, if
none is specified as a query param (So we can have a clean URL for the demo
server https://demo.openmf.org/ )
When we have multiple applications running on tomcat for which different
subdomains need to be mapped, we need to do something on the lines of
http://stackoverflow.com/questions/3708077/how-do-you-map-a-sub-domain-to-a-
webapp-on-tomcat-6-including-the-root-webapp (currently not done)
Pending items:
1) Need to reserve the Amazon instance
The server is currently in EU-Ireland region (you can get a fair Idea of
latency of different regions w.r.t your location at
http://www.cloudping.info/ )