Hi Patrick,

several methods of running on port 80 are described here:

https://wiki.duraspace.org/display/DSPACE/DspaceOnStandardPorts

If you're running Tomcat, I acn answer the second part of your question:
Depending on how you configured Tomcat to look for your DSpace webapps
witching /xmlui to / is done either
1a) in your context configuration (server.xml):

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

1b) in your context configuration (context fragments): same as above,
but the context fragment must be called ROOT.xml instead of xmlui.xml
2) If you're copying webapps to tomcat's webapps directory, rename the
xmlui webapp to ROOT

Regards,
~~helix84

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to