aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-02-28 16:34:14 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-02-28 16:34:14 +0000
commit311808eee282b5bc35018e9d671871609ce17ad6 (patch)
tree89d9cca28ee9e1bdf365fee4525b7e5ec8af3f50
parentf7e084da104b400c7bf312e981f5e1c40c73f7dc (diff)
downloadmoa-id-spss-311808eee282b5bc35018e9d671871609ce17ad6.tar.gz
moa-id-spss-311808eee282b5bc35018e9d671871609ce17ad6.tar.bz2
moa-id-spss-311808eee282b5bc35018e9d671871609ce17ad6.zip
Changed port number for AuthComponent/ConnectionParameter
from 80 to 8080 git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@645 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r--id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml2
-rw-r--r--id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml
index 1463614aa..e736bd4bb 100644
--- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml
+++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml
@@ -59,7 +59,7 @@
<ProxyComponent>
<!-- URL und akzeptierte TLS-Server-Zertifikate des MOA-ID-AUTH Web Service -->
<AuthComponent>
- <ConnectionParameter URL="http://localhost:80/moa-id-auth/services/GetAuthenticationData">
+ <ConnectionParameter URL="http://localhost:8080/moa-id-auth/services/GetAuthenticationData">
<!-- <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->
<!-- <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->
</ConnectionParameter>
diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml
index 8b7cbe278..e0fee2861 100644
--- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml
+++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml
@@ -62,7 +62,7 @@
<ProxyComponent>
<!-- URL und akzeptierte TLS-Server-Zertifikate des MOA-ID-AUTH Web Service -->
<AuthComponent>
- <ConnectionParameter URL="http://localhost:80/moa-id-auth/services/GetAuthenticationData">
+ <ConnectionParameter URL="http://localhost:8080/moa-id-auth/services/GetAuthenticationData">
<!-- <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->
<!-- <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->
</ConnectionParameter>