Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/conf.xml @ 1063:732cea65cee7
Changed the geo-backend initialization regarding the changes of rev1149. An sql-cache is integrated and enabled now.
gnv-artifacts/trunk@1150 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Jun 2010 16:10:27 +0000 |
parents | cf510bd46188 |
children | a4e490e0af5b |
comparison
equal
deleted
inserted
replaced
1062:58b4a07db856 | 1063:732cea65cee7 |
---|---|
533 given. It is possible to configue the Path of the ConnectionPool- | 533 given. It is possible to configue the Path of the ConnectionPool- |
534 Properties and the Query-Properties-File where all required | 534 Properties and the Query-Properties-File where all required |
535 Queries of the System are stored. --> | 535 Queries of the System are stored. --> |
536 <backend-configuration>${artifacts.config.dir}/arcsdeconnectionpool.properties</backend-configuration> | 536 <backend-configuration>${artifacts.config.dir}/arcsdeconnectionpool.properties</backend-configuration> |
537 <query-configuration>${artifacts.config.dir}/queries.properties</query-configuration> | 537 <query-configuration>${artifacts.config.dir}/queries.properties</query-configuration> |
538 <cache enabled="true"> | |
539 <configuration>${artifacts.config.dir}/sql-cache.xml</configuration> | |
540 </cache> | |
538 </geo-backend> | 541 </geo-backend> |
539 <rest-server> | 542 <rest-server> |
540 <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> | 543 <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> |
541 <port>8181</port> | 544 <port>8181</port> |
542 <listen>localhost</listen> | 545 <listen>localhost</listen> |