In MH versions 1.0.1 and 1.1 we did the following to change the behavior of the web page on our separate engage server:
# vi /opt/matterhorn/1.0.1/modules/matterhorn-runtime-info-ui/src/main/resources/OSGI-INF/ui.xml From: <property name="welcome.file" value="welcome.html" /> To: <property name="welcome.file" value="engage/ui/index.html" /> build engage server On the server . . . Redirect start page to use /engage/ui (This line goes in security.xml) Add: <sec:intercept-url pattern='/' access='ROLE_ANONYMOUS' /> After doing this, students and professors could just point to the url of our engage server and they went straight to the list of lecture captures. I can't find ui.xml anywhere in 1.2. Is there some new equivalent? The use of security.xml seems to be deprecated at this time. We're just using the demo account, no openid or ldap at this point. So how can I get the same behavior in 1.2? -- Jack Vant System Engineer - Unix Office of Information Technology Boise State University 208-426-4446 208-863-0031 _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
