Index: lams_admin/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/Attic/web.xml,v diff -u -r1.20 -r1.20.2.1 --- lams_admin/web/WEB-INF/web.xml 9 May 2007 01:02:41 -0000 1.20 +++ lams_admin/web/WEB-INF/web.xml 20 Sep 2007 02:53:59 -0000 1.20.2.1 @@ -17,6 +17,7 @@ classpath:/org/lamsfoundation/lams/toolApplicationContext.xml classpath:/org/lamsfoundation/lams/integrationContext.xml classpath:/org/lamsfoundation/lams/admin/adminApplicationContext.xml + classpath:/org/lamsfoundation/lams/usermanagement/ldapContext.xml Index: lams_admin/web/WEB-INF/struts/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/struts/Attic/struts-config.xml,v diff -u -r1.20 -r1.20.2.1 --- lams_admin/web/WEB-INF/struts/struts-config.xml 9 May 2007 01:02:41 -0000 1.20 +++ lams_admin/web/WEB-INF/struts/struts-config.xml 20 Sep 2007 02:53:58 -0000 1.20.2.1 @@ -148,6 +148,11 @@ + + @@ -282,6 +287,11 @@ path="/sysadminstart.do" redirect="false" /> + @@ -378,6 +388,11 @@ path="/sysadminstart.do" redirect="false" /> + + + + + + + + +