diff options
-rw-r--r-- | WebContent/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index f1a7ac9f57..85f4e2b42c 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -21,7 +21,7 @@ <!-- Undefined, use default URI for Testing Tools Server <context-param> <param-name>testingToolsServerUri</param-name> - <param-value>http://localhost:8080/TestingTools/</param-value> + <param-value>http://localhost:8080/TestingTools/TestingToolsServer</param-value> <description>IT Mill Testing Tools URI</description> </context-param> --> |