svn commit: r617766 - /ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml

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

svn commit: r617766 - /ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml

jleroux@apache.org
Author: jleroux
Date: Fri Feb  1 23:09:46 2008
New Revision: 617766

URL: http://svn.apache.org/viewvc?rev=617766&view=rev
Log:
Applied fix from trunk for revision: 616193

Modified:
    ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml

Modified: ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml?rev=617766&r1=617765&r2=617766&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml (original)
+++ ofbiz/branches/release4.0/framework/base/config/rmi-containers.xml Fri Feb  1 23:09:46 2008
@@ -72,10 +72,4 @@
         <property name="iiop-port" value="2000"/>
     </container>
 
-    <!-- load BeanShell remote telnet server -->
-    <container name="beanshell-container" class="org.ofbiz.base.container.BeanShellContainer">
-        <!-- the port below and port-1 will be opened by beanshell -->
-        <property name="telnet-port" value="9990"/>
-        <property name="app-name" value="OFBiz"/>
-    </container>
 </ofbiz-containers>