Closed mbohun closed 9 years ago
bash-3.2$ pwd /Users/hor22n/src/ala-cas_mbohun.git bash-3.2$ find ./ -name "*.jsp" | xargs grep http | grep auth .//src/main/webapp/WEB-INF/view/jsp/default/ui/casLoginView.jsp: <p><spring:message code="screen.welcome.notRegistered" arguments="http://auth.ala.org.au/emmet/selfRegister.html"/></p> .//src/main/webapp/WEB-INF/view/jsp/default/ui/casLoginView.jsp: <p><spring:message code="screen.welcome.forgottenpassword" arguments="http://auth.ala.org.au/emmet/resetMyPassword.html"/></p>
make this configureable:
.properties
ala-cas
ala-install
Follow the approach in biocache-service which is reading the external config file in
/data/{{appName}}/config/{{appName}}-config.properties
See
https://github.com/AtlasOfLivingAustralia/biocache-service/blob/master/src/main/webapp/WEB-INF/mainDispatcher-servlet.xml#L29
and copy this approach
Fixed in version 1.1.
Waiting on pull request #11
make this configureable:
.properties
fileala-cas
withala-install
ansible scripts adjust the URLs to point to the host/IPala-cas
is being installed on (to allow for a smooth automated/deployment)