server in the wps_config is now parametrised

This commit is contained in:
Gianpaolo Coro 2016-06-14 17:14:07 +02:00
parent 1320fd0c92
commit 037b16bd53
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
<Repository name="ServiceLoaderAlgorithmRepository" className="org.n52.wps.server.ServiceLoaderAlgorithmRepository" active="true"/> <Repository name="ServiceLoaderAlgorithmRepository" className="org.n52.wps.server.ServiceLoaderAlgorithmRepository" active="true"/>
</AlgorithmRepositoryList> </AlgorithmRepositoryList>
<RemoteRepositoryList/> <RemoteRepositoryList/>
<Server protocol="http" hostname="localhost" hostport="80" includeDataInputsInResponse="false" computationTimeoutMilliSeconds="259200000" cacheCapabilites="false" webappPath="wps" repoReloadInterval="0.0" minPoolSize="10" maxPoolSize="20" keepAliveSeconds="1000" maxQueuedTasks="100"> <Server protocol="http" hostname="{{ ansible_fqdn }}" hostport="{{ http_port }}" includeDataInputsInResponse="false" computationTimeoutMilliSeconds="259200000" cacheCapabilites="false" webappPath="{{ dataminer_52north_webapp_name }}" repoReloadInterval="0.0" minPoolSize="10" maxPoolSize="20" keepAliveSeconds="1000" maxQueuedTasks="100">
<Database/> <Database/>
</Server> </Server>
</WPSConfiguration> </WPSConfiguration>