Mercurial > dive4elements > gnv-client
comparison doc/config-manual/administering_artifact-server.tex @ 948:975bb59bb136
Adapted config-manual according to admin-manual
doc/trunk@1092 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Wed, 12 May 2010 11:56:36 +0000 |
parents | 9a28846dfb9c |
children |
comparison
equal
deleted
inserted
replaced
947:9a28846dfb9c | 948:975bb59bb136 |
---|---|
4 artifact-server. The following properties do affect mostly technical | 4 artifact-server. The following properties do affect mostly technical |
5 funtions of the server. | 5 funtions of the server. |
6 | 6 |
7 This section describes the possibilities in a kind of a reference | 7 This section describes the possibilities in a kind of a reference |
8 manual. Information for the process of installing and integration can be | 8 manual. Information for the process of installing and integration can be |
9 found in the Administration Manual of the GNV-System (FIXME reference). | 9 found in the Administration Manual of the GNV-System. |
10 The following elements are covered here: | 10 The following elements are covered here: |
11 | 11 |
12 \begin{lstlisting} | 12 \begin{lstlisting} |
13 artifact-database | 13 artifact-database |
14 |-- geo-backend # pointing to database connection, SQL configuration | 14 |-- geo-backend # pointing to database connection, SQL configuration |
18 |-- cleaner # time of cleanups FIXME | 18 |-- cleaner # time of cleanups FIXME |
19 `-- export-secret # signing project files | 19 `-- export-secret # signing project files |
20 \end{lstlisting} | 20 \end{lstlisting} |
21 | 21 |
22 \paragraph*{geo-backend} | 22 \paragraph*{geo-backend} |
23 {\em Function}: The geo-backend encapsulates the logic for accessing the database | 23 {\em Function}: The geo-backend encapsulates the logic for accessing the |
24 backend. At this time, the use of ESRI ArcSDE 9.3.1 is supported. | 24 database backend. At this time, the use of ESRI ArcSDE 9.3.1 is supported. |
25 | 25 |
26 At least, the following options for configuring the element {\tt | 26 At least, the following options for configuring the element {\tt |
27 geo-backend} are required: | 27 geo-backend} are required: |
28 | 28 |
29 \begin{itemize} | 29 \begin{itemize} |
31 connection properties to the database backend, preconfigured to {\tt | 31 connection properties to the database backend, preconfigured to {\tt |
32 arcsdeconnection.properties}. Normally, just the | 32 arcsdeconnection.properties}. Normally, just the |
33 connection parameters have to de adapted. Further information can be | 33 connection parameters have to de adapted. Further information can be |
34 found in the file itself. | 34 found in the file itself. |
35 | 35 |
36 \item {\tt query-configuration}: path to the file listing a SQL | 36 \item {\tt query-configuration}: path to the file listing a SQL statements,\\ |
37 statements, preconfigured to \texttt{queries.txt}. Further information can be | 37 preconfigured to \texttt{queries.properties}. Further information can be |
38 found at chapter~\ref{ref:queries.properties}, p.~\ref{ref:queries.properties} | 38 found at chapter~\ref{ref:queries.properties}, |
39 p.~\ref{ref:queries.properties} | |
39 \end{itemize} | 40 \end{itemize} |
40 | 41 |
41 | 42 |
42 \paragraph*{rest-server} | 43 \paragraph*{rest-server} |
43 {\em Function}: The REST-Server needs a HTTP binding configured via: | 44 {\em Function}: The REST-Server needs a HTTP binding configured via: |