comparison doc/admin-manual/installation-webclient.tex @ 922:237f3a809aee

Removed sections that were not tested doc/trunk@1059 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Wed, 05 May 2010 10:33:25 +0000
parents fb1e051713cc
children 9d94bf77e442
comparison
equal deleted inserted replaced
921:fb1e051713cc 922:237f3a809aee
44 wget http://localhost/gnv/ -O gnv 44 wget http://localhost/gnv/ -O gnv
45 \end{lstlisting} 45 \end{lstlisting}
46 46
47 The file \verb+gnv+ includes HTML describing the startpage of the 47 The file \verb+gnv+ includes HTML describing the startpage of the
48 GNV-WebClient. 48 GNV-WebClient.
49
50 \subsubsection*{Uninstall the GNV-WebClient}
51 To uninstall the GNV-Client, the war-Archive can be removed.
52 \begin{lstlisting}
53 rm /usr/share/tomcat5.5/webapps/gnv.war
54 \end{lstlisting}
55
56 The Tomcat application server should undeploy /remove the application
57 automatically. If not, execute the following commands additionally:
58
59 \begin{lstlisting}
60 /etc/init.d/tomcat5.5 stop
61 rm -rf /usr/share/tomcat5.5/webapps/gnv
62 /etc/init.d/tomcat5.5 start
63 \end{lstlisting}

http://dive4elements.wald.intevation.org