diff options
Diffstat (limited to 'build/package/WebContent/WEB-INF/web.xml')
-rw-r--r-- | build/package/WebContent/WEB-INF/web.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/build/package/WebContent/WEB-INF/web.xml b/build/package/WebContent/WEB-INF/web.xml index e78047ca48..f80129b810 100644 --- a/build/package/WebContent/WEB-INF/web.xml +++ b/build/package/WebContent/WEB-INF/web.xml @@ -20,26 +20,6 @@ </context-param> <!-- - Permit use of IT Mill Testing Tools for this servlet continer. Do not - use this in production environment. - --> - <context-param> - <param-name>testingToolsActive</param-name> - <param-value>true</param-value> - <description>IT Mill Testing Tools activation</description> - </context-param> - - <!-- - Specify the IT Mill Testing Tools server URI. Do not use this in - production environment. - --> - <context-param> - <param-name>testingToolsServerUri</param-name> - <param-value>http://192.168.1.242:8099/TestingToolsServer</param-value> - <description>IT Mill Testing Tools URI</description> - </context-param> - - <!-- Enable possibility to run any Java class as application from this servlet. For example, if this servlet is mapped to /run, your foo.App class can be run in /run/foo.App/. Do not deploy this servlet in |