From eeddd3063344f1f9b5574dd69e7696c89f60451c Mon Sep 17 00:00:00 2001
From: Vinicius Ruoso <vkr07@c3sl.ufpr.br>
Date: Tue, 23 Feb 2010 15:25:42 -0300
Subject: [PATCH] Updated the webservice address

The webservice requests will be redirected to the correct server address.

Signed-off-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br>
Acked-by: Josiney de Souza <josineys@c3sl.ufpr.br>
Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br>
---
 run-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-config.sh b/run-config.sh
index f0d1cf5..1fc4edb 100755
--- a/run-config.sh
+++ b/run-config.sh
@@ -54,7 +54,7 @@ source ${dirname}/common.sh
 
 # In the future, will be replaced by mac address
 mac=$(hostname)
-url="http://colombard.c3sl.ufpr.br/tomcat/axis/Seed2.jws"
+url="http://seed.c3sl.ufpr.br/tomcat/axis/Seed2.jws"
 inep=$(cat ${dirname}/conf/inep)
 getProxyConf
 
-- 
GitLab