deegree WFS 2.2 - demo 

Requirements
- Tomcat 5.5.x apart from 5.5.26 
  Please set the Java memory to at least 500MB to avoid "java.lang.OutOfMemoryError: Java heap space"!
  Windows Tomcat Monitor: "Maximum memory pool" (500 MB) or for Windows add the following 
  entry to the start script of Apache Tomcat catalina.bat/catalina.sh  
  set JAVA_OPTS=-Xmx500m -Xms100m
  for Linux add 
  export JAVA_OPTS="-Xms128m -Xmx500m" 
  to catalina.sh
- Java 5

Additional libraries are needed if you plan to use Oracle as data backend. 
You need to add at least

- ojdbc*.jar
- sdoapi.jar

to the WEB-INF/lib directory.


The demo comes preconfigured with five featuretypes working directly out of the box, 
in case your tomcat runs on localhost and the port 8080 is used. The datasources 
are shape file and hsqldb.

Just put the deegree-wfs.war archive into your $tomcat_home$/webapps directory and 
restart tomcat, in case it doesn't deploy the service automatically.
Afterward the service can be tested via browser
http://localhost:8080/deegree-wfs
The service itself is accessible under:
http://localhost:8080/deegree-wfs/services


For the Philosopher example (a complex gml application schema) or a WFS-G (WFS-Gazetteer) 
you need a PostGIS 1.x DB. Please refer the deegree WFS documentation for configuring 
this featuretype. 

Please refer the documentation for further details. In case of questions etc. contact 
the user's list of the deegree project. Further infos to the list can be found under 
www.deegree.org.

Bonn, 2008/12/22
