Skip to content
Snippets Groups Projects
Commit c421da83 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Re-set config file location in beans.xml

parent 8ee7827f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import info.textgrid.utils.httpclient.TGHttpClient;
import info.textgrid.utils.httpclient.TGHttpResponse;
......@@ -26,7 +25,7 @@ import info.textgrid.utils.httpclient.TGHttpResponse;
*
* @author Stefan E. Funk, SUB Göttingen
*/
@Ignore
// @Ignore
public class OaiPmhTextgridOnlineTests {
private static final String OAI_DC_PREFIX = "oai_dc";
......@@ -48,8 +47,8 @@ public class OaiPmhTextgridOnlineTests {
private static final String VERB_LIST_SETS = "ListSets";
// The OAIPMH host to be tested.
private static String host = "http://dev.textgridlab.org/1.0/tgoaipmh/";
// private static String host = "http://textgridlab.org/1.0/tgoaipmh/";
// private static String host = "http://dev.textgridlab.org/1.0/tgoaipmh/";
private static String host = "http://textgridlab.org/1.0/tgoaipmh/";
// NOTE Test with "mvn jetty:run" in oaipmh-webapp module folder and SSH tunneling "ssh -L
// 9302:localhost:9302 -l username textgrid-esx2.gwdg.de", please use original OAIPMH config file
......
......@@ -24,7 +24,7 @@
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>file:C:\dev\oai-pmh\oaipmh-webapp\src\main\webapp\WEB-INF\oaipmh.textgrid.properties</value>
<value>file:/etc/dhrep/oaipmh/oaipmh.properties</value>
</list>
</property>
<property name="ignoreResourceNotFound" value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment