[Erp5-report] r38318 gabriel - /erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 13 22:06:13 CEST 2010


Author: gabriel
Date: Mon Sep 13 22:06:07 2010
New Revision: 38318

URL: http://svn.erp5.org?rev=38318&view=rev
Log:
Modify the sample configuration to be easily templateable

Modified:
    erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf

Modified: erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf?rev=38318&r1=38317&r2=38318&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf [utf8] Mon Sep 13 22:06:07 2010
@@ -7,41 +7,41 @@ debug_mode = True
 # Folder where pid files, lock files and virtual frame buffer mappings 
 # are stored. In this folder is necessary create a folder tmp, because this 
 # folder is used to create all temporary documents.
-working_path = /var/run/cloudooo
+working_path = @WORKING_PATH@
 # Folder where OpenOffice Uno interpreter is installed
-uno_path = /opt/openoffice.org3/basis-link/program
+uno_path = @UNO_PATH@
 # Folder where OpenOffice Binarie is installed
-office_binary_path = /opt/openoffice.org3/program
+office_binary_path = @OFFICE_BINARY_PATH@
 #
 ## Monitor Settings
 #
 # Limit to use the Openoffice Instance. if pass of the limit, the instance is 
 # stopped and another is started.
-limit_number_request = 100
+limit_number_request = @NUMBER_MAXIMUM_OF_REQUEST@
 # Interval to check the factory
-monitor_interval = 10
-timeout_response = 180
-enable_memory_monitor = True
+monitor_interval = @MONITOR_INTERVAL@
+timeout_response = @TIMEOUT_RESPONSE@
+enable_memory_monitor = @ENABLE_MEMORY_MONITOR@
 # Set the limit in MB
 # e.g 1000 = 1 GB, 100 = 100 MB
-limit_memory_used = 1000
+limit_memory_used = @MAXIMUM_USE_BY_OPENOFFICE@
 #
 ## OOFactory Settings
 #
 # The pool consist of several OpenOffice.org instances
-application_hostname = localhost
+application_hostname = @APPLICATION_HOSTNAME@
 # OpenOffice Port
-openoffice_port = 4062
+openoffice_port = @OPENOFFICE_PORT@
 #
 ## Xvfb Settings
 #
 # Default port to xvfb
-virtual_display_port = 6097
+virtual_display_port = @XVFB_PORT@
 # ID of the virtual display where OOo instances are launched
-virtual_display_id = 97
-virtual_screen = 0
+virtual_display_id = @XVFB_DISPLAY_ID@
+virtual_screen = @XVFB_SCREEN_NUMBER@
 
 [server:main]
 use = egg:PasteScript#wsgiutils
-host = 0.0.0.0
-port = 8011
+host = @SERVER_HOST@
+port = @SERVER_PORT@




More information about the Erp5-report mailing list