Hello All,

I am working to upgrade DSpace from 1.8 to 3.1. So far so good - DSpace 3.1
seems to be working but I would like to have a second hostname that
accesses the DSpace instance to pull up a specific collection.

In the server.xml file I have added a second host definition above the
first:

<Host name="collections.zsr.wfu.edu" appBase="/dspace/webapps"
unpackWARs="true" autoDeploy="true" xmlValidation="false"
xmlNamespaceAware="false">
  <Context path="/" docBase="/dspace/webapps/xmlui/handle/10339/3"
allowLinking="true"/>
</Host>


Here is the default host definition:

<Host name="localhost" appBase="/dspace/webapps" unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
 <Context path="/" docBase="/dspace/webapps/xmlui" allowLinking="true"/>
 <Context path="/sword" docBase="/dspace/webapps/sword"
allowLinking="true"/>
 <Context path="/oai" docBase="/dspace/webapps/oai" allowLinking="true"/>
 <Context path="/jspui" docBase="/dspace/webapps/jspui"
allowLinking="true"/>
 <Context path="/lni" docBase="/dspace/webapps/lni" allowLinking="true"/>
 <Context path="/solr" docBase="/dspace/webapps/solr" allowLinking="true"/>
</Host>


I thought I would be smart and just adjust the appBase from /dspace/webapps
to /dspace/webapps/xmlui/handle/10339/3 but this isn't working correctly
because both hostnames just load the default DSpace homepage.

I have been consulting the documentation but am not having much luck
finding where to configure something like this.

Thanks,
Will
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
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