What I would do is:

1. Let Jetty run on port 8080.

2. Run your XMLUI webapp as ROOT (so rename it or create a symbolic link
called ROOT to the [install-dir]/webapps/xmlui folder). Deploy the SOLR
webapp under "/solr".

3. Configure Apache HTTPD as a reverse proxy using:

> ProxyPass / http://localhost:8080/
> ProxyPassReverse / http://localhost:8080/
> ProxyPass /solr !


4. Make sure the dspace.cfg file in your DSpace install directory contains:

> dspace.baseUrl = http://lgbtqbib.org
> dspace.url = http://lgbtqbib.org
> useProxies = true



Best regards,
Tom

[image: logo] Tom Desair
250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com
<http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=tomdesair>


[image: logo] Tom Desair
250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com
<http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=tomdesair>

2016-12-23 23:30 GMT+01:00 David Brian Holt <[email protected]>:

> OK, I did some more testing on this today.  Simply changing the folder
> name in /var/lib/jetty9/webapps from /xmlui to /ROOT was the cause of my
> email problem.  So I went back and renamed the folder back to xmlui.
>
> As you can see though, there appears to be some problem.  It looks like
> the CSS styling isn't loading:
>
> http://35.166.62.251:8080/xmlui/
>
> Compare to:
>
> http://lgbtqbib.org/
>
> Any idea what is causing that?
>
> These are the two lines I entered into the 000-default.conf file in
> Apache2:
>
> ProxyPass / http://localhost:8080/xmlui/
> ProxyPassReverse / http://localhost:8080/xmlui/
>
>
> --
> 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.
>

-- 
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