diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-01-18 12:52:45 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-01-18 12:52:45 +0000 |
commit | 6b1fbaa9cf56280555ef0a77e0b6b9b4f7d91867 (patch) | |
tree | 279d11fdede20db62f3069c3219c4de31688672a /WebContent/WEB-INF/web.xml | |
parent | a625e3578572085d0f288ea64617e5ed0c19c27a (diff) | |
download | vaadin-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.xml | 8 |
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> |