svn commit: r616193 - /ofbiz/trunk/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: r616193 - /ofbiz/trunk/framework/base/config/rmi-containers.xml

hansbak-2
Author: hansbak
Date: Mon Jan 28 23:46:04 2008
New Revision: 616193

URL: http://svn.apache.org/viewvc?rev=616193&view=rev
Log:
 it seems that de port definition of the beanshell container is moved to the ofbiz-containers.xml file however not deleted from the rmi-containers.xml file, deleted with this revision to remove confusion

Modified:
    ofbiz/trunk/framework/base/config/rmi-containers.xml

Modified: ofbiz/trunk/framework/base/config/rmi-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/rmi-containers.xml?rev=616193&r1=616192&r2=616193&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/rmi-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/rmi-containers.xml Mon Jan 28 23:46:04 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>