On Wed, Aug 10, 2011 at 11:11, Paul Mulinge <[email protected]> wrote:
> Anyone with an idea on how to use NGINX for PROXYING IN APACHE

You probably mean using Nginx as a reverse proxy in front of Tomcat.

https://wiki.duraspace.org/display/DSPACE/NginX+Tomcat+Proxying

and rename of
> http://localhost:8080/xmlui to http://mydomain:8080/research or
> simply http://mydomain/research  specifically in WINDOWS platform ?

Edit your tomcat's server.xml, example:

<Context path="/research" docBase="/dspace/webapps/xmlui" debug="0"
        reloadable="true" cachingAllowed="false"
        allowLinking="true"/>

Then you will probably also want to edit dspace.baseUrl in dspace.cfg.

Regards,
~~helix84

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to