Prezado Alexandre,
Entre em /dsapce-base/webapps/
copie a pasta rest para o webapps do apache-tomcat
cp -r rest/ /apache-tomcat-x.x.x/webapps/
Depois entre no arquivo web.xml
em /apache-tomcat-x.x.x./webapps/rest/WEB-INF/web.xml
E comente as seguintes linhas, caso você não esteja usando url https:
<!-- Security settings and mapping
<security-constraint>
<web-resource-collection>
<web-resource-name>DSpace REST API</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
-->
Depois reinicie o tomcat e acesse , exemplo:
Atenciosamente,
Equipe de Repositórios Digitais