Skip to content

Commit ab0ee20

Browse files
committed
Tweak configuration instructions and add sample configuration file.
1 parent 0042c51 commit ab0ee20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolver's directory. This file is in Java serialized Properties
1414
format. All properties beginning with "dspace.handle.endpoint" will be
1515
loaded:
1616

17-
dspace.handle.endpoint = http://localhost:8080/xmlui/handleresolver
17+
dspace.handle.endpoint1 = http://localhost:8080/xmlui/handleresolver
1818
dspace.handle.endpoint2 = http://localhost:8181/xmlui/handleresolver
1919
dspace.handle.endpoint3 = http://localhost:8181/xmlui/handleresolver
2020

handle-dspace-plugin.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Sample configuration. Replace the hosts, ports, etc. as needed.
2+
#Configure one endpoint for each remote resolver.
3+
4+
#dspace.handle.endpoint1 = http://localhost:8080/xmlui/handleresolver
5+
#dspace.handle.endpoint2 = http://www2.example.com/xmlui/handleresolver

0 commit comments

Comments
 (0)