Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/admin-manual/installation-webclient.tex Wed Apr 28 14:25:08 2010 +0000 @@ -0,0 +1,41 @@ +\subsection{GNV-WebClient} +- Aim/Task + +The last step of the Installationprcess ist to install the Webfrontent called +GNV-Client. +the GNV-Client is a Web application ARchive (WAR) which have to be published +using the Tomcat Applicationserver whe was installed in Section ??? FIXME. + +\subsubsection*{Installation} +Copy the File gnv.war into /usr/share/tomcat5.5/webapps/ +* cp gnv.war /usr/share/tomcat5.5/webapps/ + +If the Server does not publish the new Archive automatically you have to restart +the Server. + +* /etc/init.d/tomcat5.5 restart + +\subsubsection*{Configuration} + +FIXME: How to adapt the address/port of connection to REST-server. + +There is nothing to customize consider the execution Environment. + +\subsubsection*{Test of the Installation} + +You are able to test the Installation by executing the following URl + +* curl http://localhost/gnv/version.do | grep Version + +The Response should include the Version of the GNV-Client. + +\subsubsection*{Uninstall the GNV-Client} +To uninstall teh GNV-Client you only have to remove the war-Archive. + +* rm /usr/share/tomcat5.5/webapps/gnv.war + +The Tomcat Application Server should undeploy /remove the Application automatically. + +If not you can execute the following command aditional + +* rm -rf /usr/share/tomcat5.5/webapps/gnv