summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2008-01-18 12:52:45 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2008-01-18 12:52:45 +0000
commit6b1fbaa9cf56280555ef0a77e0b6b9b4f7d91867 (patch)
tree279d11fdede20db62f3069c3219c4de31688672a /WebContent/WEB-INF/web.xml
parenta625e3578572085d0f288ea64617e5ed0c19c27a (diff)
downloadvaadin-framework-6b1fbaa9cf56280555ef0a77e0b6b9b4f7d91867.tar.gz
vaadin-framework-6b1fbaa9cf56280555ef0a77e0b6b9b4f7d91867.zip
using default testing tools uri
svn changeset:3584/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 85f4e2b42c..0f0c404f1f 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -18,14 +18,6 @@
<description>IT Mill Testing Tools activation</description>
</context-param>
- <!-- Undefined, use default URI for Testing Tools Server
- <context-param>
- <param-name>testingToolsServerUri</param-name>
- <param-value>http://localhost:8080/TestingTools/TestingToolsServer</param-value>
- <description>IT Mill Testing Tools URI</description>
- </context-param>
- -->
-
<servlet>
<servlet-name>ITMillToolkitApplicationRunner</servlet-name>
<servlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationServlet</servlet-class>