2016-10-07 11:46:13 +02:00
|
|
|
<application mode='online'>
|
|
|
|
<name>RConnector</name>
|
|
|
|
<group>DataAnalysis</group>
|
|
|
|
<version>${version}</version>
|
|
|
|
<description>r connector webapp</description>
|
|
|
|
<!-- <servlets>
|
|
|
|
<servlet name="org.gcube.data.analysis.rconnector.RConnector" entryPointName="connector"/>
|
|
|
|
</servlets> -->
|
|
|
|
<local-persistence location='target' />
|
2016-11-25 15:56:12 +01:00
|
|
|
<exclude>/gcube/service/disconnect/*</exclude>
|
2016-10-07 11:46:13 +02:00
|
|
|
</application>
|
|
|
|
|