It's simple - you didn't change the URL where the xmlui webapp is served in
Tomcat configuration. Change the path attribute this way (also make sure no
other context is defined to run on path="/"):

<!-- DEFINE A CONTEXT PATH FOR DSpace XML User Interface  -->
<Context path="/" docBase="[dspace]/webapps/xmlui" debug="0"
    reloadable="true" cachingAllowed="false"
    allowLinking="true"/>

Then remove "/xmlui" from dspace.url and dspace.baseUrl and restart Tomcat.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to