summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r--WebContent/WEB-INF/web.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index d065ef00a3..41c4b963e5 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -160,15 +160,6 @@
</servlet>
<servlet>
- <servlet-name>FeaturesApplication</servlet-name>
- <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
- <init-param>
- <param-name>application</param-name>
- <param-value>com.vaadin.tests.featurebrowser.FeaturesApplication</param-value>
- </init-param>
- </servlet>
-
- <servlet>
<servlet-name>Parameters</servlet-name>
<servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
<init-param>
@@ -321,11 +312,6 @@
</servlet-mapping>
<servlet-mapping>
- <servlet-name>FeaturesApplication</servlet-name>
- <url-pattern>/FeaturesApplication/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
<servlet-name>Parameters</servlet-name>
<url-pattern>/Parameters/*</url-pattern>
</servlet-mapping>