Self Hosted - Connect to App Server without the need to specify a port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2018 09:24 AM
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:
Thank you,
Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 10:29 AM
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).