Self Hosted - Connect to App Server without the need to specify a port.

Graham18
Giga Expert

Hi All,

Hopefully someone who has a self hosted instance can help me.

I have set up my service now enviroment as per the Deployment Guide and can access SNOW etc fine.

My main issue at the moment is I can only access this via port 16000 (specfified during the app server install)

http://<Server IP>:16000

How can I change   this so I can access it via a DNS Name/IP only.

Examples:

http://<Server IP>

http://ServiceNow

Thank you,

Graham

1 REPLY 1

lwbecker
Giga Contributor

Typically this is handled via a load balancer.  The request to https://servicenow.domain.com goes to the load balancer, and then that request is sent on to the application servers on the specific ports (16000, 16001, etc).