always use LCDB_MARC8 database
[metaproxy-moved-to-github.git] / etc / config-loc.xml
index 29f926a..1225508 100644 (file)
@@ -86,8 +86,8 @@ the following databaseNames (virtual databases):
       <filter type="frontend_net">
         <port>@:7090</port>
         <!-- maximum connections within a minute from same IP -->
-        <threads>100</threads> 
-        <connect-max>10</connect-max> 
+        <threads>100</threads>
+        <connect-max>10</connect-max>
       </filter>
 
       <!-- converts SRU to Z39.50 and back -->
@@ -111,7 +111,7 @@ the following databaseNames (virtual databases):
       <filter type="limit">
         <limit bandwidth="50000" pdu="100" search="5" retrieve="50"/>
       </filter>
-      <filter type="session_shared"> 
+      <filter type="session_shared">
        <resultset ttl="10" max="3"/>
        <session ttl="30"/>
       </filter>
@@ -122,11 +122,11 @@ the following databaseNames (virtual databases):
         </virtual>
         <virtual>
           <database>LCDB_UTF8</database>
-          <target>z3950.loc.gov:7097/LCDB_UTF8</target>
+          <target>z3950.loc.gov:7097/LCDB_MARC8_UTF8</target>
         </virtual>
         <virtual>
           <database>LCDB_MARC8</database>
-          <target>z3950.loc.gov:7095/LCDB_MARC8</target>
+          <target>z3950.loc.gov:7095/LCDB_MARC8_MARC8</target>
         </virtual>
         <virtual>
           <database>HLAS_UTF8</database>
@@ -172,7 +172,7 @@ the following databaseNames (virtual databases):
         <!-- merged results -->
         <virtual>
           <database>AllVoyager</database>
-          <target>z3950.loc.gov:7097/LCDB_UTF8</target>
+          <target>z3950.loc.gov:7097/LCDB_MARC8_UTF8</target>
           <target>z3950.loc.gov:7999/HLAS_UTF8</target>
           <target>z3950.loc.gov:7999/NLSBPH_UTF8</target>
         </virtual>
@@ -182,8 +182,8 @@ the following databaseNames (virtual databases):
       <!-- merge and route -->
       <filter type="multi">
         <target route="idtest">localhost*</target>
-        <target route="lcdb_utf8">z3950.loc.gov:7097/LCDB_UTF8</target>
-        <target route="lcdb_marc8">z3950.loc.gov:7095/LCDB_MARC8</target>
+        <target route="lcdb_utf8">z3950.loc.gov:7097/LCDB_MARC8_UTF8</target>
+        <target route="lcdb_marc8">z3950.loc.gov:7095/LCDB_MARC8_MARC8</target>
         <target route="utf8">*UTF8</target>
       </filter>
       <!-- other targets.. MARC-8 and foreign .. -->