##### Basic information ######
# DSpace installation directory
# Windows note: Please remember to use forward slashes for all paths (e.g. C:/dspace)
dspace.dir = /dspace
# DSpace host name - should match base URL. Do not include port number.
dspace.hostname = lgbtqbib.org
# DSpace base host URL. Include port number etc.
dspace.baseUrl = localhost:8080
# The user interface you will be using for DSpace. Common usage is either xmlui or jspui
dspace.ui = xmluiTo complete registration for a DSpace account, please click the link
below:
localhost:8080/xmlui/register?token=d0ece0e5e9c942d53da8674f9a391650
If you need assistance with your account, please email
dspace-help@myu.edu or call us at xxx-555-xxxx.
The DSpace TeamTo complete registration for a DSpace account, please click the link
below:you need to change also
dspace.url = http://lgbtqbib.orgyour probably will look like
dspace.url = ${dspace.baseUrl}/${dspace.ui}
Andrea
-- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
If you have port forwarding from 8080 to 80 try to setup
solr.server = http://localhost/solr
try to query your solr instance from the command line, you should get a 200 responseHi David,
the best way is to setup mod_jk to connect apache http (port 80) with the tomcat backend (port 8080). This is true for the public webapps jspui, xmlui, etc.
the solr webapp should not be exposed over the web, so no need to be readdressed on port 80 at all.
Anyway if you get a 404 it means that the solr webapp is not running at all, stop you tomcat, clean the log files remove all the webapps from tomcat than solr and restart. Check the log file for errors.
Andrea