]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed commented-out testingToolsServerUri to a more correct one.
authorMarko Grönroos <magi@iki.fi>
Wed, 4 Jun 2008 12:09:19 +0000 (12:09 +0000)
committerMarko Grönroos <magi@iki.fi>
Wed, 4 Jun 2008 12:09:19 +0000 (12:09 +0000)
svn changeset:4741/svn branch:trunk

build/package/WebContent/WEB-INF/web.xml

index 2cada40fb47e59e953d360602b8160bb6f7bcfd2..4eef724c37f8b52b158fe8ba7263e7f7c91711da 100644 (file)
@@ -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>
   -->