#---------------------------------------------------------------- # Dspace specific configuration #---------------------------------------------------------------- #Dspace base client dspace.underlying.transport.class=pt.utl.ist.fenix.tools.file.dspace.DSpaceRmiClient dspace.serverUrl=@@dspace.serverUrl@@ dspace.downloadUriFormat=@@dspace.downloadUriFormat@@ ##Dspace http based client dspace.username=@@dspace.username@@ dspace.password=@@dspace.password@@ #dspace rmi based client dspace.rmi.server.name=@@dspace.rmi.server.name@@ jndi.properties.file=classpath://@@dspace.jndi.properties.file@@ rmi.registry.port=@@dspace.rmi.registry.port@@ rmi.port=@@dspace.rmi.port@@ rmi.ssl=@@dspace.rmi.over.ssl@@ rmi.ssl.truststore=classpath://@@dspace.rmi.ssl.truststore@@ rmi.ssl.truststore.password=@@dspace.rmi.ssl.truststore.password@@ rmi.stream.bytes.min=@@dspace.rmi.stream.bytes.min@@ rmi.stream.bytes.max=@@dspace.rmi.stream.bytes.max@@ rmi.stream.bytes.block=@@dspace.rmi.stream.bytes.block@@