Skip to content
Snippets Groups Projects
Commit a17eb152 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Fix server developement URL

parent b719d810
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ WGETURL = http://gnu.c3sl.ufpr.br/ftp/wget/wget-$(WGETVER).$(WGETREL).tar.gz ...@@ -47,7 +47,7 @@ WGETURL = http://gnu.c3sl.ufpr.br/ftp/wget/wget-$(WGETVER).$(WGETREL).tar.gz
WGET = wget-$(WGETVER).$(WGETREL) WGET = wget-$(WGETVER).$(WGETREL)
WSNAME = DataSID WSNAME = DataSID
WSURL = http://bisimmcdev.c3sl.ufpr.br/axis2/services/$(WSNAME)?wsdl WSURL = http://simmc.c3sl.ufpr.br/axis2/services/$(WSNAME)?wsdl
FILES = bin/datasid-agent.sh bin/datasid-client.sh \ FILES = bin/datasid-agent.sh bin/datasid-client.sh \
bin/datasid-common.sh bin/datasid-gsoap-client \ bin/datasid-common.sh bin/datasid-gsoap-client \
......
...@@ -26,7 +26,7 @@ case "$1" in ...@@ -26,7 +26,7 @@ case "$1" in
-t|--test) -t|--test)
cp "${agent_dir}/conf/datasid.conf" "/tmp/datasid.conf" cp "${agent_dir}/conf/datasid.conf" "/tmp/datasid.conf"
sed "s/WEBSERVICE=\"http:\/\/simmc.c3sl.ufpr.br\/axis2\/services\/DataSID\"\ sed "s/WEBSERVICE=\"http:\/\/simmc.c3sl.ufpr.br\/axis2\/services\/DataSID\"\
/WEBSERVICE=\"http:\/\/bisimmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \ /WEBSERVICE=\"http:\/\/simmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \
"/tmp/datasid.conf" > "${agent_dir}/conf/datasid.conf" "/tmp/datasid.conf" > "${agent_dir}/conf/datasid.conf"
;; ;;
esac esac
......
...@@ -52,5 +52,5 @@ test: /tmp/datasidAgent.py all ...@@ -52,5 +52,5 @@ test: /tmp/datasidAgent.py all
/tmp/datasidAgent.py: /tmp/datasidAgent.py:
@cp $(AGENT) $@ @cp $(AGENT) $@
@sed "s/URL = \"http:\/\/simmc.c3sl.ufpr.br\/axis2\/services\/DataSID\"\ @sed "s/URL = \"http:\/\/simmc.c3sl.ufpr.br\/axis2\/services\/DataSID\"\
/URL = \"http:\/\/bisimmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \ /URL = \"http:\/\/simmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \
$@ > $(AGENT) $@ > $(AGENT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment