comparison doc/admin-manual/installation-webclient.tex @ 924:9d94bf77e442

Finalized documentation with references, unifying tools, adding logos. doc/trunk@1061 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Thu, 06 May 2010 06:24:41 +0000
parents 237f3a809aee
children 17c3770e6c63
comparison
equal deleted inserted replaced
923:95b48f7d0acf 924:9d94bf77e442
4 via Apache Tomcat. 4 via Apache Tomcat.
5 5
6 6
7 \subsubsection*{Installation} 7 \subsubsection*{Installation}
8 8
9 Make sure, the Apache Tomcat is stopped. Deploying the WAR-file: 9 Make sure, the Apache Tomcat is stopped. Deploying the
10 WAR-file\footnote{There are several ways of deployment in Apache Tomcat.
11 Background information can be found at
12 \url{http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html}}:
10 \begin{lstlisting} 13 \begin{lstlisting}
11 cp -i gnv-\$VERSION.war /usr/share/tomcat5.5/webapps/gnv.war 14 cp -i gnv-\$VERSION.war /usr/share/tomcat5.5/webapps/gnv.war
12 # Start Tomcat: 15 # Start Tomcat:
13 /etc/init.d/tomcat5.5 start 16 /etc/init.d/tomcat5.5 start
14 \end{lstlisting} 17 \end{lstlisting}
20 As default, the GNV-Client looks for an artifact-server running on 23 As default, the GNV-Client looks for an artifact-server running on
21 \verb+ http://localhost:8181/+. If this address needs not to be changed, 24 \verb+ http://localhost:8181/+. If this address needs not to be changed,
22 there is nothing to do to considering the execution environment. 25 there is nothing to do to considering the execution environment.
23 26
24 If the address of the artifact-server has been changed (c.f. 27 If the address of the artifact-server has been changed (c.f.
25 chapter~\ref{}, p.\pageref{}), it can be adapted in the file 28 chapter~\ref{ref:artifact-server-install},
26 \verb+ WEB-INF/web.xml+ for the parameter name 29 p.\pageref{ref:artifact-server-install}), it can be adapted in the file {\tt
30 WEB-INF/web.xml} for the parameter name
27 \verb+de.intevation.gnv.artifactdatabase.client.ArtifactDatabase.url.1+. 31 \verb+de.intevation.gnv.artifactdatabase.client.ArtifactDatabase.url.1+.
28 32
29 As default log information is written into the file 33 As default log information is written into the file
30 \verb+/usr/share/tomcat5.5/logs/gnv.log+. The log level can be adjusted 34 \verb+/usr/share/tomcat5.5/logs/gnv.log+. The log level can be adjusted
31 in the file \verb+WEB-INF/classes/log4j.properties+. For further 35 in the file \verb+WEB-INF/classes/log4j.properties+. For further
39 43
40 \subsubsection*{Test of the Installation} 44 \subsubsection*{Test of the Installation}
41 45
42 Testing the installation via Apache WebServer, mod\_jk and Apache Tomcat: 46 Testing the installation via Apache WebServer, mod\_jk and Apache Tomcat:
43 \begin{lstlisting} 47 \begin{lstlisting}
44 wget http://localhost/gnv/ -O gnv 48 curl "http://localhost/gnv/" -o gnv
45 \end{lstlisting} 49 \end{lstlisting}
46 50
47 The file \verb+gnv+ includes HTML describing the startpage of the 51 The file \verb+gnv+ includes HTML describing the startpage of the
48 GNV-WebClient. 52 GNV-WebClient.

http://dive4elements.wald.intevation.org