diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-02-28 16:34:14 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-02-28 16:34:14 +0000 |
commit | 311808eee282b5bc35018e9d671871609ce17ad6 (patch) | |
tree | 89d9cca28ee9e1bdf365fee4525b7e5ec8af3f50 /id.server | |
parent | f7e084da104b400c7bf312e981f5e1c40c73f7dc (diff) | |
download | moa-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
Diffstat (limited to 'id.server')
-rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml | 2 | ||||
-rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml | 2 |
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> |