Thanks for all the very helpful responses! With your assistance, I've
been able to get the proxy redirection working.

Ultimately, what worked for me was the following:

Install the tomcat5.5-webapps package (from the Ubuntu repository)
-- This will install a ROOT directory and related files in
/usr/share/tomcat5.5-webapps/
# cd /usr/share/tomcat5.5-webapps
# mv ROOT ROOT.org
# ln -s /dspace/webapps/xmlui/ ROOT
Then edit /etc/apache2/mods-enabled/proxy.conf to include the following lines:

        ProxyPass  /  ajp://localhost:8009/
        ProxyPassReverse  /  ajp://localhost:8009/


Thank you!

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to