[OFBiz] SVN: r7652 - trunk/base/config

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Sun May 21 20:00:36 CDT 2006


Author: jonesde
Date: 2006-05-21 20:00:33 -0500 (Sun, 21 May 2006)
New Revision: 7652

Modified:
   trunk/base/config/ofbiz-containers.xml
Log:
Removed RMI FOP print server container setting which no longer exists; will wait for Andy to put in whatever the new stuff needs, if it needs anything here

Modified: trunk/base/config/ofbiz-containers.xml
===================================================================
--- trunk/base/config/ofbiz-containers.xml	2006-05-21 21:15:26 UTC (rev 7651)
+++ trunk/base/config/ofbiz-containers.xml	2006-05-22 01:00:33 UTC (rev 7652)
@@ -48,14 +48,6 @@
         <property name="ssl-client-auth" value="true"/>
     </container>
 
-    <!-- RMI FOP Print Server -->
-    <container name="rmi-print-server" class="org.ofbiz.webtools.print.rmi.FopPrintServer">
-        <property name="bound-name" value="RMIFopPrintServer"/>
-        <property name="bound-host" value="127.0.0.1"/>
-        <property name="bound-port" value="1099"/>
-        <property name="delegator-name" value="default"/>
-    </container>
-
     <!-- JavaMail Listener Container -->
     <container name="javamail-container" class="org.ofbiz.service.mail.JavaMailContainer">
         <property name="delegator-name" value="default"/>



More information about the Svn mailing list