diff options
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> |