[open-ils-commits] r12044 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 3 11:42:16 EST 2009
Author: dbs
Date: 2009-02-03 11:42:14 -0500 (Tue, 03 Feb 2009)
New Revision: 12044
Modified:
trunk/Open-ILS/examples/opensrf.xml.example
trunk/Open-ILS/examples/opensrf_core.xml.example
Log:
Initial attempt to add acquisitions to default configuration
Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example 2009-02-03 16:26:58 UTC (rev 12043)
+++ trunk/Open-ILS/examples/opensrf.xml.example 2009-02-03 16:42:14 UTC (rev 12044)
@@ -252,6 +252,25 @@
</cache>
<apps>
+ <!-- Acquisitions server -->
+ <open-ils.acq>
+ <keepalive>5</keepalive>
+ <stateless>1</stateless>
+ <language>perl</language>
+ <implementation>OpenILS::Application::Acq</implementation>
+ <max_requests>100</max_requests>
+ <unix_config>
+ <unix_sock>open-ils.acq_unix.sock</unix_sock>
+ <unix_pid>open-ils.acq_unix.pid</unix_pid>
+ <unix_log>open-ils.acq_unix.log</unix_log>
+ <max_requests>100</max_requests>
+ <min_children>1</min_children>
+ <max_children>15</max_children>
+ <min_spare_children>1</min_spare_children>
+ <max_spare_children>5</max_spare_children>
+ </unix_config>
+ </open-ils.acq>
+
<!-- Authentication server -->
<open-ils.auth>
@@ -327,7 +346,7 @@
</unix_config>
<app_settings>
<marc_html_xsl>oilsMARC21slim2HTML.xsl</marc_html_xsl>
- <marc_html_xsl_slim>oilsMARC21slim2HTMLslim.xsl</marc_html_xsl_slim>
+ <marc_html_xsl_slim>oilsMARC21slim2HTMLslim.xsl</marc_html_xsl_slim>
<!-- Default to using staged search -->
<use_staged_search>true</use_staged_search>
@@ -832,7 +851,7 @@
<keepalive>5</keepalive>
<stateless>1</stateless>
<language>perl</language>
- <implementation>OpenILS::Application::Vandelay</implementation>
+ <implementation>OpenILS::Application::Vandelay</implementation>
<max_requests>100</max_requests>
<unix_config>
<unix_sock>vandelay_unix.sock</unix_sock>
@@ -875,6 +894,7 @@
<appname>opensrf.settings</appname>
<appname>opensrf.math</appname>
<appname>opensrf.dbmath</appname>
+ <appname>open-ils.acq</appname>
<appname>open-ils.cat</appname>
<appname>open-ils.supercat</appname>
<appname>open-ils.search</appname>
Modified: trunk/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example 2009-02-03 16:26:58 UTC (rev 12043)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example 2009-02-03 16:42:14 UTC (rev 12044)
@@ -20,6 +20,7 @@
<services>
<service>opensrf.math</service>
<service>open-ils.actor</service>
+ <service>open-ils.acq</service>
<service>open-ils.auth</service>
<service>open-ils.cat</service>
<service>open-ils.circ</service>
More information about the open-ils-commits
mailing list