summaryrefslogtreecommitdiffstats
path: root/build/package/WebContent/WEB-INF
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2008-06-04 12:09:19 +0000
committerMarko Grönroos <magi@iki.fi>2008-06-04 12:09:19 +0000
commit5764ed795a4414482a3cfc54ab35329c04729e60 (patch)
treed26da634dd2914079ed30bdfbacb34e6b6596b2e /build/package/WebContent/WEB-INF
parent6a056bcf5ed3a04cbedaa8d60e21b9953b92eff2 (diff)
downloadvaadin-framework-5764ed795a4414482a3cfc54ab35329c04729e60.tar.gz
vaadin-framework-5764ed795a4414482a3cfc54ab35329c04729e60.zip
Fixed commented-out testingToolsServerUri to a more correct one.
svn changeset:4741/svn branch:trunk
Diffstat (limited to 'build/package/WebContent/WEB-INF')
-rw-r--r--build/package/WebContent/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/WebContent/WEB-INF/web.xml b/build/package/WebContent/WEB-INF/web.xml
index 2cada40fb4..4eef724c37 100644
--- a/build/package/WebContent/WEB-INF/web.xml
+++ b/build/package/WebContent/WEB-INF/web.xml
@@ -25,7 +25,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:8099/TestingToolsServer</param-value>
<description>IT Mill Testing Tools URI</description>
</context-param>
-->