diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml index 87ee254e0a5c1e97cfa4e869d4612740fafb2f54..433c178b50e670f35aca66039282674797cd4b0b 100644 --- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml +++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml @@ -159,7 +159,6 @@ value="${searchResponseSize}" /> </bean> - <bean id="OpenAireIdentifierList" class="info.textgrid.middleware.OpenAireIdentifierList"> <constructor-arg index="0" value="${textgrid}" /> diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.dariah.properties b/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.dariah.properties index e11fc121d1750045377264922093fe4e7ab55db0..40e018555efa945a8914734b79854752134fa9f6 100644 --- a/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.dariah.properties +++ b/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.dariah.properties @@ -9,7 +9,7 @@ RS_ENDPOINT = https://repository.de.dariah.eu/1.0/oaipmh ############################ elasticSearch.url = 127.0.0.1 -elasticSearch.port = *** *** +elasticSearch.port = 9202 9203 elasticSearch.clusterName = *** elasticSearch.type = metadata elasticSearch.itemLimit = 100 diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.textgrid.properties b/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.textgrid.properties index bd378c351368da3c4651e2f4c38ae8a6913c9750..27e55d81c67902eaf5b6c60a0358e8e21e502ccd 100644 --- a/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.textgrid.properties +++ b/oaipmh-webapp/src/main/webapp/WEB-INF/oaipmh.textgrid.properties @@ -9,7 +9,7 @@ RS_ENDPOINT = https://textgridlab.org/1.0/tgoaipmh ############################ elasticSearch.url = 127.0.0.1 -elasticSearch.ports = *** *** +elasticSearch.ports = 9202 9203 elasticSearch.index = *** elasticSearch.type = metadata elasticSearch.itemLimit = 100 @@ -104,7 +104,6 @@ specFieldPrefix = textgrid modifiedField = lastModified searchResponseSize = 100 - ####################### ### general Setting ### #######################