Index: lams_central/conf/xdoclet/servlet-mappings.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/servlet-mappings.xml,v
diff -u -r1.9 -r1.10
--- lams_central/conf/xdoclet/servlet-mappings.xml 24 Aug 2006 04:01:39 -0000 1.9
+++ lams_central/conf/xdoclet/servlet-mappings.xml 5 Sep 2006 06:29:39 -0000 1.10
@@ -1,9 +1,30 @@
action
- *.do
+ *.do
- download
- /download/*
-
\ No newline at end of file
+ download
+ /download/*
+
+
+
+ AxisRESTServlet
+ /rest/*
+
+
+
+
+ AxisServlet
+ /servlet/AxisServlet
+
+
+
+ AxisServlet
+ *.jws
+
+
+
+ AxisServlet
+ /services/*
+
Index: lams_central/conf/xdoclet/servlets.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/servlets.xml,v
diff -u -r1.11 -r1.12
--- lams_central/conf/xdoclet/servlets.xml 24 Aug 2006 04:01:39 -0000 1.11
+++ lams_central/conf/xdoclet/servlets.xml 5 Sep 2006 06:29:39 -0000 1.12
@@ -1,33 +1,54 @@
- action
- org.apache.struts.action.ActionServlet
-
- config
- /WEB-INF/struts/struts-config.xml
-
-
- debug
- 999
-
-
- detail
- 2
-
-
- validate
- true
-
- 1
+ action
+
+ org.apache.struts.action.ActionServlet
+
+
+ config
+ /WEB-INF/struts/struts-config.xml
+
+
+ debug
+ 999
+
+
+ detail
+ 2
+
+
+ validate
+ true
+
+ 1
- Instructions Download
- Instructions Download
- download
- org.lamsfoundation.lams.contentrepository.client.ToolDownload
-
- toolContentHandlerBeanName
- centralToolContentHandler
-
- 3
+ Instructions Download
+ Instructions Download
+ download
+
+ org.lamsfoundation.lams.contentrepository.client.ToolDownload
+
+
+ toolContentHandlerBeanName
+ centralToolContentHandler
+
+ 3
+
+
+ AxisServlet
+ Apache-Axis Servlet
+
+ org.apache.axis2.transport.http.AxisServlet
+
+ 2
+
+
+
+ AxisRESTServlet
+ Apache-Axis Servlet (REST)
+
+ org.apache.axis2.transport.http.AxisRESTServlet
+
+