added web.xml for servlet 3.0
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129192 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a4a8416d0d
commit
53d8d47dfd
|
@ -1,21 +1,19 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE web-app
|
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
||||||
"http://java.sun.com/dtd/web-app_2_3.dtd">
|
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
||||||
|
version="3.0">
|
||||||
<web-app>
|
|
||||||
|
|
||||||
<context-param>
|
<context-param>
|
||||||
|
<description>ckan connector context</description>
|
||||||
<param-name>CkanConnectorContext</param-name>
|
<param-name>CkanConnectorContext</param-name>
|
||||||
<param-value>/gcube/service/connect</param-value>
|
<param-value>/gcube/service/connect</param-value>
|
||||||
<description>ckan connector context</description>
|
|
||||||
</context-param>
|
</context-param>
|
||||||
|
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>CkanHideHeader</param-name>
|
|
||||||
<!-- <param-value>/connect</param-value> -->
|
|
||||||
<param-value>hh=true</param-value>
|
|
||||||
<description>Used like GET parameter in order to hide header section of CKAN template from gCube Portal</description>
|
<description>Used like GET parameter in order to hide header section of CKAN template from gCube Portal</description>
|
||||||
|
<param-name>CkanHideHeader</param-name>
|
||||||
|
<param-value>hh=true</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
|
|
||||||
<!-- Servlets -->
|
<!-- Servlets -->
|
||||||
|
|
Loading…
Reference in New Issue