Hi people, I installed JSAPI 3.12 for ArcGIS for Server 10.2.2 on Win7 x64. I made recommended modifications (replace with "localhost") to files: rest-config.properties init.js dojo.js Also, I changed service directory settings using admin account to:
http://localhost/arcgis_js_api/library/3.12/3.12/init.js
http://localhost/arcgis_js_api/sdk
http://localhost/arcgis_js_api/library/3.12/3.12/dijit/themes/tundra/tundra.css
http://localhost/arcgis_js_api/library/3.12/3.12/esri/css/esri.css
Now I have ArcGIS for Server JS API working offline, even with no Internet. Is there any way I can access the same ArcGIS Server both offline and from Internet, using my no-ip host name? Is it possible to do that using some modifications in file mapserverJSAPI.jsp, so it can read real hostname, instead of its explicite name "localhost", maybe changing String absoluteServiceUrl and String jsapiArcgisUrl?