I'm trying to configure Web Adaptor for ArcGIS Server mantaining the URL of the GIS Server along with the port that is being used.
The actual conditions are:
- http://%hostname%:6080/arcgis/rest/services
So, if I install Web Adaptor with the default configurations the URL changes to:
- http://%hostname%/arcgis/rest/services
My needs are to change just the Web Adaptor name like this:
- http://%hostname%:6080/othername/rest/services
How can I achieve this?
Regards,
MB