There are two separate tasks to do here.

1) Running DSpace on port 80. There are several options here, all described
on this page:
https://wiki.duraspace.org/display/DSPACE/Running+DSpace+on+Standard+Ports

2) Running xmlui in root context. Assuming you're using Tomcat, you can use
one of two scenarios:
2a) if your contexts are configured in server.xml, change your XMLUI
context from:
<Context path="/xmlui" docBase="/dspace/webapps/xmlui" />
to:
<Context path="/" docBase="/dspace/webapps/xmlui" />

2b) if your contexts are defined in context fragments
([tomcat]/conf/Catalina/localhost/*.xml), rename your XMLUI context from:
[tomcat]/conf/Catalina/localhost/xmlui.xml
to:
[tomcat]/conf/Catalina/localhost/ROOT.xml

After both 1) and 2), you will need to adjust your "dspace.url" in
dspace.cfg to reflect the new DSpace URL.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to