svn commit: r1454663 - in /ofbiz/branches/release12.04: ./ framework/webtools/webapp/webtools/WEB-INF/web.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1454663 - in /ofbiz/branches/release12.04: ./ framework/webtools/webapp/webtools/WEB-INF/web.xml

adrianc
Author: adrianc
Date: Sat Mar  9 06:43:44 2013
New Revision: 1454663

URL: http://svn.apache.org/r1454663
Log:
Merged rev 1361476 from trunk.

Removed webtools servlet context parameters that were pointing to non-existent files.

Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/framework/webtools/webapp/webtools/WEB-INF/web.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1361476

Modified: ofbiz/branches/release12.04/framework/webtools/webapp/webtools/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/webtools/webapp/webtools/WEB-INF/web.xml?rev=1454663&r1=1454662&r2=1454663&view=diff
==============================================================================
--- ofbiz/branches/release12.04/framework/webtools/webapp/webtools/WEB-INF/web.xml (original)
+++ ofbiz/branches/release12.04/framework/webtools/webapp/webtools/WEB-INF/web.xml Sat Mar  9 06:43:44 2013
@@ -35,16 +35,6 @@ under the License.
     <!--<description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description>-->
   </context-param>
   <context-param>
-    <param-name>serviceReaderUrls</param-name>
-    <param-value>/WEB-INF/services.xml</param-value>
-    <!--<description>Configuration File(s) For The Service Dispatcher</description>-->
-  </context-param>
-  <context-param>
-    <param-name>scriptLocationPath</param-name>
-    <param-value>/WEB-INF/bsh</param-value>
-    <!--<description>BeanShell Script Location</description>-->
-  </context-param>
-  <context-param>
     <param-name>xmlrpc.enabledForExtensions</param-name>
     <param-value>true</param-value>
   </context-param>