Index: lams_build/conf/j2ee/application.xml
===================================================================
diff -u -r588f76faa14713e0a4dad8887c7683bd348f079b -r84af64052b65a5a8f91e42f58f03e8362c5eb3de
--- lams_build/conf/j2ee/application.xml (.../application.xml) (revision 588f76faa14713e0a4dad8887c7683bd348f079b)
+++ lams_build/conf/j2ee/application.xml (.../application.xml) (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -13,18 +13,6 @@
- lams-workspace.war
- /lams/workspace
-
-
-
-
- lams-authoring.war
- /lams/authoring
-
-
-
-
lams-monitoring.war
/lams/monitoring
Index: lams_build/master-build.xml
===================================================================
diff -u -rd742c37aa170480fc716187ed61b6be9cd68a479 -r84af64052b65a5a8f91e42f58f03e8362c5eb3de
--- lams_build/master-build.xml (.../master-build.xml) (revision d742c37aa170480fc716187ed61b6be9cd68a479)
+++ lams_build/master-build.xml (.../master-build.xml) (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -50,10 +50,6 @@
target="build-jar" inheritAll="false" />
-
-
+
-
-
-]>
-
-
-
-
+
@@ -61,6 +52,7 @@
+
@@ -72,25 +64,73 @@
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
@@ -114,5 +156,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_central/web/WEB-INF/.cvsignore
===================================================================
diff -u
--- lams_central/web/WEB-INF/.cvsignore (revision 0)
+++ lams_central/web/WEB-INF/.cvsignore (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -0,0 +1 @@
+classes
Index: lams_central/web/WEB-INF/jboss-web.xml
===================================================================
diff -u -r193ad7a6ec5ee05c612dc9a7230c5d281296f643 -r84af64052b65a5a8f91e42f58f03e8362c5eb3de
--- lams_central/web/WEB-INF/jboss-web.xml (.../jboss-web.xml) (revision 193ad7a6ec5ee05c612dc9a7230c5d281296f643)
+++ lams_central/web/WEB-INF/jboss-web.xml (.../jboss-web.xml) (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -6,6 +6,6 @@
- /
+ java:/jaas/LAMS
Index: lams_central/web/WEB-INF/web.xml
===================================================================
diff -u -r6c5caa649b8babd008c79ed43739a558d18f4576 -r84af64052b65a5a8f91e42f58f03e8362c5eb3de
--- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 6c5caa649b8babd008c79ed43739a558d18f4576)
+++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -1,33 +1,114 @@
+
-
+
+
-
- LAMS
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
- Learning Activity Management System
-
-
-
- log4jConfigLocation
- /WEB-INF/log4j.xml
-
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
-
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+USA
-
+http://www.gnu.org/licenses/gpl.txt
+-->
+
+ contextConfigLocation
+
+ classpath:/org/lamsfoundation/lams/applicationContext.xml
+ classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml
+ classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml
+
+
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+
+
+
+
+
+
+
+
+
+ context
+ org.springframework.web.context.ContextLoaderServlet
+ 1
+
+
+
+ action
+ org.apache.struts.action.ActionServlet
+
+ config
+ /WEB-INF/struts/struts-config.xml
+
+
+ debug
+ 999
+
+
+ detail
+ 2
+
+
+ validate
+ true
+
+ 1
+
+
+
Connector
com.fredck.FCKeditor.connector.ConnectorServlet
@@ -41,141 +122,150 @@
1
-
-
- SimpleUploader
- com.fredck.FCKeditor.uploader.SimpleUploaderServlet
-
- baseDir
- /UserFiles/
-
-
- debug
- true
-
-
- enabled
- false
-
-
- AllowedExtensionsFile
-
-
-
- DeniedExtensionsFile
- php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi
-
-
- AllowedExtensionsImage
- jpg|gif|jpeg|png|bmp
-
-
- DeniedExtensionsImage
-
-
-
- AllowedExtensionsFlash
- swf|fla
-
-
- DeniedExtensionsFlash
-
-
- 1
-
+
+
- Connector
- /fckeditor/editor/filemanager/browser/default/connectors/jsp/connector
-
-
- SimpleUploader
- /fckeditor/editor/filemanager/upload/simpleuploader
-
+ action
+ *.do
+
-
+
+ Connector
+ /editor/filemanager/browser/default/connectors/jsp/connector
+
-
-
- /WEB-INF/struts-bean.tld
-
- /WEB-INF/struts/struts-bean.tld
-
-
-
- /WEB-INF/struts-html.tld
-
- /WEB-INF/struts/struts-html.tld
-
-
-
- /WEB-INF/struts-logic.tld
-
- /WEB-INF/struts/struts-logic.tld
-
-
-
- /WEB-INF/struts-tiles.tld
-
- /WEB-INF/struts/struts-tiles.tld
-
-
-
- /WEB-INF/struts-bean-el.tld
-
- /WEB-INF/struts/struts-bean-el.tld
-
-
-
- /WEB-INF/struts-logic-el.tld
-
- /WEB-INF/struts/struts-logic-el.tld
-
-
-
- /WEB-INF/struts-html-el.tld
-
- /WEB-INF/struts/struts-html-el.tld
-
-
-
- /WEB-INF/struts-tiles-el.tld
-
- /WEB-INF/struts/struts-tiles-el.tld
-
-
-
- /WEB-INF/struts-nested.tld
-
- /WEB-INF/struts/struts-nested.tld
-
-
-
-
-
- http://java.sun.com/jstl/core
- /WEB-INF/jstl/c.tld
-
-
- http://java.sun.com/jstl/core_rt
- /WEB-INF/jstl/c-rt.tld
-
-
- http://java.sun.com/jstl/fmt
- /WEB-INF/jstl/fmt.tld
-
-
- http://java.sun.com/jstl/fmt_rt
- /WEB-INF/jstl/fmt-rt.tld
-
-
- http://java.sun.com/jstl/xml
- /WEB-INF/jstl/x.tld
-
-
- http://java.sun.com/jstl/xml_rt
- /WEB-INF/jstl/x-rt.tld
-
-
+
+ 120
+
+
+
+
+
+
+
+
+
+ tags-bean
+ /WEB-INF/struts/tlds/struts-bean.tld
+
+
+
+ tags-html
+ /WEB-INF/struts/tlds/struts-html.tld
+
+
+
+ tags-logic
+ /WEB-INF/struts/tlds/struts-logic.tld
+
+
+
+ tags-tiles
+ /WEB-INF/struts/tlds/struts-tiles.tld
+
+
+
+ tags-bean-el
+ /WEB-INF/struts/tlds/struts-bean-el.tld
+
+
+
+ tags-html-el
+ /WEB-INF/struts/tlds/struts-html-el.tld
+
+
+
+ tags-logic-el
+ /WEB-INF/struts/tlds/struts-logic-el.tld
+
+
+
+ tags-tiles-el
+ /WEB-INF/struts/tlds/struts-tiles-el.tld
+
+
+
+ tags-c
+ /WEB-INF/struts/tlds/c.tld
+
+
+
+
+
+ http://java.sun.com/jstl/fmt
+ /WEB-INF/JSTL/tlds/fmt.tld
+
+
+
+ http://java.sun.com/jstl/fmt-rt
+ /WEB-INF/JSTL/tlds/fmt-rt.tld
+
+
+
+ http://java.sun.com/jstl/core
+ /WEB-INF/JSTL/tlds/c.tld
+
+
+
+ http://java.sun.com/jstl/core-rt
+ /WEB-INF/JSTL/tlds/c-rt.tld
+
+
+
+
+
+ fck-editor
+ /WEB-INF/fckeditor/tlds/FCKeditor.tld
+
+
+
+
Index: lams_central/web/index.jsp
===================================================================
diff -u
--- lams_central/web/index.jsp (revision 0)
+++ lams_central/web/index.jsp (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -0,0 +1,10 @@
+
+
+Learning Design Details (Authoring)
+
+ <%
+ String str = (String)request.getSession().getAttribute("details");
+ out.println(str);
+ %>
+
+
\ No newline at end of file
Index: lams_central/web/lams_authoring.swf
===================================================================
diff -u
Binary files differ
Index: lams_central/web/login.jsp
===================================================================
diff -u
--- lams_central/web/login.jsp (revision 0)
+++ lams_central/web/login.jsp (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de)
@@ -0,0 +1,50 @@
+
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+
+
+
+ My JSP 'MyJsp.jsp' starting page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+