Install Javascript API - error

418
1
02-10-2014 07:00 AM
CliveSwan
Occasional Contributor II
Hi,

The Javascript API installation file instructs:

Replace '[HOSTNAME_AND_PATH_TO_JSAPI]' with the following "<myserver>/arcgis_js_api/library/3.1/jsapi/"

I am testing a virtual Machine .
I replaced with the Virtual machine path <test.NRT.int> : test.NRT.int/arcgis_js_api/library/3.1/jsapi/

I get an error "file not found"

Any suggestions to solve this problem???

Thanks for your assistance.
0 Kudos
1 Reply
RobertoPepato
Occasional Contributor II
Hi,

The Javascript API installation file instructs:

Replace '[HOSTNAME_AND_PATH_TO_JSAPI]' with the following "<myserver>/arcgis_js_api/library/3.1/jsapi/"

I am testing a virtual Machine .
I replaced with the Virtual machine path <test.NRT.int> : test.NRT.int/arcgis_js_api/library/3.1/jsapi/

I get an error "file not found"

Any suggestions to solve this problem???

Thanks for your assistance.


Hello Clive,

Did you prefixed your uri with the protocol specification (e.g. "http/https")? The paths on your web server are ok?

Do you have any requirement that blocks you from download the api file from the internet? If not, I recommend you getting the latest version from esri CDNs:

<script src="https://js.arcgis.com/3.8/"></script>
0 Kudos