<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sharing Geoprocessing Services and Map Services? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606569#M42054</link>
    <description>&lt;P&gt;You could do this without the web adaptor, but you would need to open port 6443 on the server.&amp;nbsp; The URL would be accessible through &lt;A href="https://server.domain.com:6443/arcgis/rest/services" target="_blank"&gt;https://server.domain.com:6443/arcgis/rest/services&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 16:48:23 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2025-04-16T16:48:23Z</dc:date>
    <item>
      <title>Sharing Geoprocessing Services and Map Services?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1595396#M41823</link>
      <description>&lt;P&gt;Currently, I am sharing multiple geoprocessing services and map services where I need to issue a Token and then re-issue the Token every year. I want to avoid having to use a Token. I want to confirm with the folks here that one option that does not require a token is to do the following:&lt;/P&gt;&lt;P&gt;Install a stand-alone ArcGIS Server with IIS and a Web Adaptor that exposes the ArcGIS REST Services Directory to the outside (outside our Firewall).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then publish any services I want outsiders to use on this server.&lt;/P&gt;&lt;P&gt;Is this the best approach?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 20:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1595396#M41823</guid>
      <dc:creator>TimHayes3</dc:creator>
      <dc:date>2025-03-13T20:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Geoprocessing Services and Map Services?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1595560#M41824</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/624239"&gt;@TimHayes3&lt;/a&gt;,&amp;nbsp;are you currently leveraging Enterprise where you have Portal, ArcGIS Server, Data Store, and Web Adaptors?&amp;nbsp; If so, you won't need to stand up another ArcGIS Server instance.&amp;nbsp; You could simply stand up a web server that is externally accessible (i.e. in a DMZ).&amp;nbsp; Install the Web Adaptor on this new web server and configure with your federated ArcGIS Server instance (you can have multiple web adaptors configured with a single instance of ArcGIS Server).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any service you want externally accessible, you just need to share this with Everyone within Portal.&amp;nbsp; Now the service can be accessed with the external web adaptor with no authentication required.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 12:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1595560#M41824</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2025-03-14T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Geoprocessing Services and Map Services?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606246#M42036</link>
      <description>&lt;P&gt;Could I install a standalone ArcGIS Server 11.3 with web adaptor outside our DMZ, and provide everyone access to the geoprocessing service this way? what are the risks associated with this approach? nothing would be on this machine except the geoprocessing service and maybe other map services I want to share with the public via REST services.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 20:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606246#M42036</guid>
      <dc:creator>TimHayes3</dc:creator>
      <dc:date>2025-04-15T20:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Geoprocessing Services and Map Services?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606438#M42046</link>
      <description>&lt;P&gt;Yes, that would work.&amp;nbsp; The only downside I see having both web adaptor in ArcGIS Server installed outside your firewall is having an extra ArcGIS Server instance to maintain (i.e. upgrades, patches).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 12:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606438#M42046</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2025-04-16T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Geoprocessing Services and Map Services?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606509#M42048</link>
      <description>&lt;P&gt;If I want to create a geoprocessing service and simply share the REST url, do I need to install the web adaptor? or can I do this without the web adaptor? This would be a standalone AGIS to be used only for sharing geoprocessing services. It would not be tied to a website.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 15:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606509#M42048</guid>
      <dc:creator>TimHayes3</dc:creator>
      <dc:date>2025-04-16T15:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Geoprocessing Services and Map Services?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606569#M42054</link>
      <description>&lt;P&gt;You could do this without the web adaptor, but you would need to open port 6443 on the server.&amp;nbsp; The URL would be accessible through &lt;A href="https://server.domain.com:6443/arcgis/rest/services" target="_blank"&gt;https://server.domain.com:6443/arcgis/rest/services&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 16:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sharing-geoprocessing-services-and-map-services/m-p/1606569#M42054</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2025-04-16T16:48:23Z</dc:date>
    </item>
  </channel>
</rss>

