To deploy the VCSGis server in tomcat, it is advisable to configure the 
environment variable VCSGIS_SERVER_CONFIG so that it points to the 
file "$CATALINA_BASE/conf/vcsgisserver.config", and in this file keep 
the VCSGis service configuration.

To do this add the following lines to the file "$CATALINA_BASE/bin/setenv.sh":

  VCSGIS_SERVER_CONFIG="$CATALINA_BASE"/conf/vcsgisserver.config
  export VCSGIS_SERVER_CONFIG

In case the file "$CATALINA_BASE/bin/setenv.sh" does not exist, we would create it.

We can copy the configuration of the file:

   gvSIG/extensions/org.gvsig.vcsgis.app.server/WEB-INF/vcsgisserver.config

From the gvSIG desktop installation, which is created when starting the embedded server
in gvSIG desktop with the configuration that we have indicated.
