summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-11-18 15:05:59 +0200
committerLeif Åstrand <leif@vaadin.com>2011-11-18 15:05:59 +0200
commite80767e00c41c11c284645984acd0c3067167d12 (patch)
tree4c611a576294cd4be5c0274ecee1367be5808200 /WebContent
parent126dabf03cff4145463f3421ecb02efe273d23a9 (diff)
downloadvaadin-framework-e80767e00c41c11c284645984acd0c3067167d12.tar.gz
vaadin-framework-e80767e00c41c11c284645984acd0c3067167d12.zip
Remove servlet mappings for the root test application
Diffstat (limited to 'WebContent')
-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 4878311eb8..6b40c31d96 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -28,15 +28,6 @@
<param-value>com.vaadin.tests,com.vaadin.tests.tickets,com.vaadin.tests.components,com.vaadin.tests.components.layouts,com.vaadin.tests.components.panel,com.vaadin.tests.components.combobox,com.vaadin.tests.components.popupview,com.vaadin.tests.components.datefield,com.vaadin.tests.components.richtextarea,com.vaadin.tests.components.absolutelayout,com.vaadin.tests.components.embedded,com.vaadin.tests.components.splitpanel,com.vaadin.tests.components.abstractfield,com.vaadin.tests.components.form,com.vaadin.tests.components.table,com.vaadin.tests.components.accordion,com.vaadin.tests.components.label,com.vaadin.tests.components.tabsheet,com.vaadin.tests.components.beanitemcontainer,com.vaadin.tests.components.link,com.vaadin.tests.components.textfield,com.vaadin.tests.components.button,com.vaadin.tests.components.optiongroup,com.vaadin.tests.components.tree,com.vaadin.tests.components.caption,com.vaadin.tests.components.orderedlayout,com.vaadin.tests.components.window,com.vaadin.tests.dd,com.vaadin.tests.validation</param-value>
</init-param>
</servlet>
-
- <servlet>
- <servlet-name>RootsTester</servlet-name>
- <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
- <init-param>
- <param-name>root</param-name>
- <param-value>com.vaadin.RootTest</param-value>
- </init-param>
- </servlet>
<!-- For testing GAE - the deployment script changes this to use GAEApplicationServlet -->
<!-- <servlet>
@@ -53,11 +44,6 @@
<url-pattern>/run/*</url-pattern>
</servlet-mapping>
- <servlet-mapping>
- <servlet-name>RootsTester</servlet-name>
- <url-pattern>/roots/*</url-pattern>
- </servlet-mapping>
-
<!-- <servlet-mapping>
<servlet-name>IntegrationTest</servlet-name>
<url-pattern>/integration/*</url-pattern>