diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-12-19 10:06:02 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-12-19 10:06:02 +0000 |
commit | 07422c5042bd01869ea38b504127920ba5d5fa18 (patch) | |
tree | 78590f8dfb7a0fa922b6d55bd810a7cf4fd5881b /WebContent/WEB-INF | |
parent | 189d81e9b501fad02c5d7870729e3e7e05ceb847 (diff) | |
download | vaadin-framework-07422c5042bd01869ea38b504127920ba5d5fa18.tar.gz vaadin-framework-07422c5042bd01869ea38b504127920ba5d5fa18.zip |
ATF is now TT (Testing Tools).
svn changeset:3263/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index b2bbb36184..f1a7ac9f57 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -11,6 +11,21 @@ IT Mill Toolkit examples
</description>
+ <!-- Permit use of IT Mill Testing Tools for this servlet container --> + <context-param> + <param-name>testingToolsActive</param-name> + <param-value>true</param-value> + <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/</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> |