Do I need ArcGIS server to host my data to my website? Or can I use ArcGIS online?

2582
6
Jump to solution
01-04-2017 06:53 PM
VincentNanni
New Contributor II

Do I need ArcGIS server to host my data to my website? Or can I use ArcGIS online? I don't have ArcGIS server but I do have access to ArcGIS online. If possible if would be great to just have the files hosted on my web-server.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

I think your best option is to create each raster dataset as a Tiled Service that's hosted in ArcGIS Online.  Here is a document that discusses how to do this:

https://community.esri.com/docs/DOC-2996 

View solution in original post

6 Replies
DanPatterson_Retired
MVP Emeritus

Moving to https://community.esri.com/community/gis/web-gis/arcgisonline?sr=search&searchId=2de8b3da-d085-4822-...‌.  You have a better chance of getting help... GeoNet Help is about getting help about GeoNet, not specific topic areas or topics

VincentNanni
New Contributor II

Dan,

Sorry about that! Was somehow brought this page but looks like a wonderful community!

Thanks again.

0 Kudos
JakeSkinner
Esri Esteemed Contributor

Hi Vincent,

Can you elaborate a little more when you state you are trying to host your data to your website?  Would you be able to provide an example of what you are trying to achieve?

0 Kudos
VincentNanni
New Contributor II

Hey Jake,

I have a bunch of raster data-sets I created and some other data formats in my database that I plan on integrating into my website http://www.meta-gis.org/. Through ArGIS online I am given limited options and the solution seems to install ArcGIS Server "Not sure if it's included in my student licence or if it is free havent foudn out yet, I'd have to check." or if ArcGIS online hosts my data as a service that I can reference in my code to have it display. I rather host it myself being that ArcGIS online has rather limited options on creating feature layers and such. Or if there are any open-source alternatives?

Thanks,

Vinny

0 Kudos
JakeSkinner
Esri Esteemed Contributor

I think your best option is to create each raster dataset as a Tiled Service that's hosted in ArcGIS Online.  Here is a document that discusses how to do this:

https://community.esri.com/docs/DOC-2996 

RebeccaStrauch__GISP
MVP Emeritus

As Jake mentioned, it would be helpful to know a few more specifics, but in general "yes" this should be possible assuming

  1. you have the proper ArcGIS Online account (my guess is personal and developer version will not work),
  2. your IIS (or other) can see ArcGIS Online (not blocked by firewall),
  3. you have a development environment that can read the service URL, like the JS API or the online vesion of Web AppBuilder for ArcGIS | ArcGIS    or the developers version Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers 

If you publish a service and look at the Proprties page, you can find the URL link in the lower-right corner

and copy the path which will look something like this

http://services.arcgis.com/<Generated Value>/arcgis/rest/services/<myFeatureService>/FeatureServer

or view the  REST  endpoint, just as you would if using ArcGIS Server services.  See

Publish hosted feature layers—ArcGIS Online Help | ArcGIS 

Keep in mind that there may be credit charges.