Index: lams_openid/readme.txt =================================================================== RCS file: /usr/local/cvsroot/lams_openid/readme.txt,v diff -u -r1.1 -r1.2 --- lams_openid/readme.txt 5 Feb 2009 04:51:16 -0000 1.1 +++ lams_openid/readme.txt 24 Nov 2011 14:39:24 -0000 1.2 @@ -28,13 +28,13 @@ Step 3 ====== -Run the build-war ant task to get the lams-openid.war. It should end up in the +Run the build-war ant task to get the lams-openid.war and lams-openid.jar. They should end up in the build/lib directory Step 4 ====== -Stop the LAMS server and copy lams-openid.war to lams.ear. +Stop the LAMS server and copy lams-openid.war and lams-openid.jar to lams.ear. Step 5 ====== @@ -44,8 +44,8 @@ - lams-openid.war< - context-root>/lams/openid + lams-openid.war + /lams/openid Index: lams_openid/web/WEB-INF/applicationContext.xml =================================================================== RCS file: /usr/local/cvsroot/lams_openid/web/WEB-INF/applicationContext.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_openid/web/WEB-INF/applicationContext.xml 24 Nov 2011 14:39:24 -0000 1.1 @@ -0,0 +1,4 @@ + + + + Index: lams_openid/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_openid/web/WEB-INF/web.xml,v diff -u -r1.4 -r1.5 --- lams_openid/web/WEB-INF/web.xml 6 Oct 2010 10:12:17 -0000 1.4 +++ lams_openid/web/WEB-INF/web.xml 24 Nov 2011 14:39:24 -0000 1.5 @@ -4,23 +4,23 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> + + contextClass + org.jboss.spring.factory.VFSXmlWebApplicationContext + + contextConfigLocation - - classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/toolApplicationContext.xml - classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml - classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml - classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml - classpath:/org/lamsfoundation/lams/web/webApplicationContext.xml - classpath:/org/lamsfoundation/lams/integrationContext.xml - classpath:/org/lamsfoundation/lams/usermanagement/ldapContext.xml - classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml - classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml - classpath:/org/lamsfoundation/lams/openid/openIdApplicationContext.xml - + classpath:/org/lamsfoundation/lams/openid/openIdApplicationContext.xml + + locatorFactorySelector + classpath:/org/lamsfoundation/lams/beanRefContext.xml + + + parentContextKey + context.central + SystemSessionFilter