diff 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
line wrap: on
line diff
--- a/doc/admin-manual/installation-webclient.tex	Thu May 06 05:57:12 2010 +0000
+++ b/doc/admin-manual/installation-webclient.tex	Thu May 06 06:24:41 2010 +0000
@@ -6,7 +6,10 @@
 
 \subsubsection*{Installation}
 
-Make sure, the Apache Tomcat is stopped. Deploying the WAR-file:
+Make sure, the Apache Tomcat is stopped. Deploying the
+WAR-file\footnote{There are several ways of deployment in Apache Tomcat.
+Background information can be found at
+\url{http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html}}:
 \begin{lstlisting}
   cp -i gnv-\$VERSION.war /usr/share/tomcat5.5/webapps/gnv.war
   # Start Tomcat:
@@ -22,8 +25,9 @@
 there is nothing to do to considering the execution environment.
 
 If the address of the artifact-server has been changed (c.f.
-chapter~\ref{}, p.\pageref{}), it can be adapted in the file
-\verb+ WEB-INF/web.xml+ for the parameter name 
+chapter~\ref{ref:artifact-server-install},
+p.\pageref{ref:artifact-server-install}), it can be adapted in the file {\tt
+WEB-INF/web.xml} for the parameter name 
 \verb+de.intevation.gnv.artifactdatabase.client.ArtifactDatabase.url.1+.
 
 As default log information is written into the file
@@ -41,7 +45,7 @@
 
 Testing the installation via Apache WebServer, mod\_jk and Apache Tomcat:
 \begin{lstlisting}
-  wget http://localhost/gnv/ -O gnv
+  curl "http://localhost/gnv/" -o gnv
 \end{lstlisting}
 
 The file \verb+gnv+ includes HTML describing the startpage of the

http://dive4elements.wald.intevation.org