diff --git a/windows-collect/src/proinfodataAgent.py b/windows-collect/src/proinfodataAgent.py
index 2c7679d15346c9cbb9b958e0ceeb920db494d073..c021b9ad3492d77243aeebfbd032f4cfe8561e4d 100644
--- a/windows-collect/src/proinfodataAgent.py
+++ b/windows-collect/src/proinfodataAgent.py
@@ -35,7 +35,7 @@ import glob
 # ==========================================
 # TODO: Check compatibility with 64bit Windows (Program Files(x86) folder)
 PROINFODATAPATH = os.environ["ProgramFiles"] + "\\ProInfoData"
-URL = "http://colombard.c3sl.ufpr.br/axis/Seed2.jws"
+URL = "http://200.17.202.187/tomcat/axis/Seed2.jws"
 # Log lifetime in days
 LOGLIFETIME = 30