You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/07/14 08:55:14 UTC

svn commit: r1361476 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml

Author: adrianc
Date: Sat Jul 14 06:55:14 2012
New Revision: 1361476

URL: http://svn.apache.org/viewvc?rev=1361476&view=rev
Log:
Removed webtools servlet context parameters that were pointing to non-existent files.

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml?rev=1361476&r1=1361475&r2=1361476&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml Sat Jul 14 06:55:14 2012
@@ -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>