svn commit: r1209924 - /ofbiz/branches/release09.04/framework/base/config/ofbiz-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: r1209924 - /ofbiz/branches/release09.04/framework/base/config/ofbiz-containers.xml

jleroux@apache.org
Author: jleroux
Date: Sat Dec  3 14:57:42 2011
New Revision: 1209924

URL: http://svn.apache.org/viewvc?rev=1209924&view=rev
Log:
Did not spot port error in r1209921 (initial trunk commit was amended)

Modified:
    ofbiz/branches/release09.04/framework/base/config/ofbiz-containers.xml

Modified: ofbiz/branches/release09.04/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/base/config/ofbiz-containers.xml?rev=1209924&r1=1209923&r2=1209924&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/branches/release09.04/framework/base/config/ofbiz-containers.xml Sat Dec  3 14:57:42 2011
@@ -260,7 +260,7 @@ under the License.
     <!-- Commented out by default for security reasons -->
     <!-- the port below and port-1 will be opened by Beanshell -->
     <!--container name="beanshell-container" class="org.ofbiz.base.container.BeanShellContainer">
-        <property name="telnet-port" value="29990"/>
+        <property name="telnet-port" value="9990"/>
         <property name="app-name" value="OFBiz"/>
     </container-->
 </ofbiz-containers>