I'm getting an error when I try to use that proxy reverse setting.  This is 
what I have there right now:

ProxyPreserveHost On

    # Servers to proxy the connection, or;
    # List of application servers:
    # Usage:
    # ProxyPass / http://[IP Addr.]:[port]/
    # ProxyPassReverse / http://[IP Addr.]:[port]/
    # Example: 
    ProxyPass / http://localhost:8080/
    ProxyPassReverse / http://localhost:8080/
    ProxyPass / http://localhost:8080/solr/ 

I'm still not able to get a response from http://localhost:8080/solr when I 
try to use wget at the command line but solr is working:

http://lgbtqbib.org/solr/#/ 

I can successfully use index-discovery and filter-media at the command line 
but I get an error when I use index-authority.

Maybe I need to change the solr server setting in dspace.cfg?  Presently I 
still have it set to port 8080

# Solr server/webapp.
# DSpace uses Solr for all search/browse capability (and for usage 
statistics by default).
# The included 'solr' webapp MUST be deployed to Tomcat for DSpace to 
function.
# Usually it will be available via port 8080 and the 'solr' context path. 
But,
# But, you may need to modify this if you are running DSpace on a custom 
port, etc.
solr.server = http://localhost:8080/solr

I'm almost tempted to ignore this if the system is working properly.  I'm 
able to add files, search fields, and extract full-text from PDFs.  Do you 
think this might be a memory issue?  I noticed that the java process is 
using close to 80% of available memory.  I'm using an EC2 instance on 
Amazon's AWS right now with only 2GB of RAM, perhaps I need to upgrade that 
to 4GB?  That increases my cost with Amazon quite a bit.

Thanks so much for responding,

David

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to