Mercurial > dive4elements > gnv-client
comparison doc/admin-manual/installation-webclient.tex @ 901:1ebde13e620f
Moved all admin-manual specific files in new directory admin-manual
doc/trunk@1024 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Wed, 28 Apr 2010 14:25:08 +0000 |
parents | |
children | fb1e051713cc |
comparison
equal
deleted
inserted
replaced
900:6df869086544 | 901:1ebde13e620f |
---|---|
1 \subsection{GNV-WebClient} | |
2 - Aim/Task | |
3 | |
4 The last step of the Installationprcess ist to install the Webfrontent called | |
5 GNV-Client. | |
6 the GNV-Client is a Web application ARchive (WAR) which have to be published | |
7 using the Tomcat Applicationserver whe was installed in Section ??? FIXME. | |
8 | |
9 \subsubsection*{Installation} | |
10 Copy the File gnv.war into /usr/share/tomcat5.5/webapps/ | |
11 * cp gnv.war /usr/share/tomcat5.5/webapps/ | |
12 | |
13 If the Server does not publish the new Archive automatically you have to restart | |
14 the Server. | |
15 | |
16 * /etc/init.d/tomcat5.5 restart | |
17 | |
18 \subsubsection*{Configuration} | |
19 | |
20 FIXME: How to adapt the address/port of connection to REST-server. | |
21 | |
22 There is nothing to customize consider the execution Environment. | |
23 | |
24 \subsubsection*{Test of the Installation} | |
25 | |
26 You are able to test the Installation by executing the following URl | |
27 | |
28 * curl http://localhost/gnv/version.do | grep Version | |
29 | |
30 The Response should include the Version of the GNV-Client. | |
31 | |
32 \subsubsection*{Uninstall the GNV-Client} | |
33 To uninstall teh GNV-Client you only have to remove the war-Archive. | |
34 | |
35 * rm /usr/share/tomcat5.5/webapps/gnv.war | |
36 | |
37 The Tomcat Application Server should undeploy /remove the Application automatically. | |
38 | |
39 If not you can execute the following command aditional | |
40 | |
41 * rm -rf /usr/share/tomcat5.5/webapps/gnv |