Relativity Server using http.sys on port 80

Our Relativity server is on same machine as our web server. It is working fine using the default port 7099. From reading RO documentation it seems that I should be able to use bindings to allow access to Relativity via port 80 without affecting the web site. Perhaps I am missing something as I have had no success at all connecting to Relativity on port 80.

Any suggestions would be appreciated.

thanks
Martin

further comment

I noticed that the Relativity Server log has these entries “Exception in the Custom ServerChannel: Access is denied”.
Any suggestions what I don’t have access to and how to fix it?

Hello

“Access denied” means that the currently running application cannot setup listener to use the provided binding.
App (ie Relativity Server) should be run as administrator. Alternatively the following command can be used to setup the access rights:

netsh http add urlacl url="http://rhino.acme.com:80/" user=DOMAIN\user listen=yes delegate=yes

where rhino.acme.com is the server host name used in the binding defined (instead of *). This host name should differ from one already used by the web site (ie you’d need an additional DNS entry)

Regards

Thanks.

Setting access for user=“NT AUTHORITY\NetworkService” worked for me.