a65181d477
processes. OGC's WPS (Schut & Whiteside 2005) specification describes WPS as follows: "WPS defines a standardized interface that facilitates the publishing of geospatial processes, and the discovery of and binding to those processes by clients. "Processes" include any algorithm, calculation or model that operates on spatially referenced data. "Publishing" means making available machine-readable binding information as well as human-readable metadata that allows service discovery and use." WWW: http://www.deegree.org/ PR: ports/133810 Submitted by: wenheping at gmail.com
10 lines
373 B
Text
10 lines
373 B
Text
==========================================================================
|
|
To start DeeGree correctly, please set the variable JAVA_OPTS with:
|
|
|
|
setenv JAVA_OPTS "-server -Xms256m -Xmx512m"
|
|
|
|
Now you should start your Tomcat server and browse with:
|
|
http://your-server:8180/deegree-wcs
|
|
|
|
Enjoy it !
|
|
==========================================================================
|