ic-proxy/src/main/webapp/WEB-INF/gcube-app.xml

13 lines
388 B
XML
Raw Normal View History

<application mode='online'>
<name>ICProxy</name>
<group>DataAccess</group>
<version>1.0.0-SNAPSHOT</version>
<description>icproxy webapp</description>
<!-- <servlets>
<servlet name="org.gcube.data.analysis.rconnector.RConnector" entryPointName="connector"/>
</servlets> -->
<local-persistence location='target' />
<exclude>/ServiceEndpoint/*</exclude>
</application>