forked from ISTI-ansible-roles/ansible-roles
server in the wps_config is now parametrised
This commit is contained in:
parent
1320fd0c92
commit
037b16bd53
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue