<?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: Quick question about using the proxy page in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629215#M58754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 May 2010 21:18:15 GMT</pubDate>
    <dc:creator>MostafaAsadi</dc:creator>
    <dc:date>2010-05-19T21:18:15Z</dc:date>
    <item>
      <title>Quick question about using the proxy page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629211#M58750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know why this proxy page has to be in the root directory of my web server? Or does it?! Can't I just put it in the same directory with the rest of my scripts and change the proxy path reference inside the script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 08:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629211#M58750</guid>
      <dc:creator>MostafaAsadi</dc:creator>
      <dc:date>2010-05-17T08:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question about using the proxy page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629212#M58751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I develop my apps in Eclipse and I usally put the proxy page (jsp) in the WebContent dir, at the same level of the index.html or index.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I believe it's not important where the proxy page is placed... but you have to correctly reference it in &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;esri.arcgis.Config.proxyUrl=/path/to/proxy_page&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 09:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629212#M58751</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2010-05-17T09:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question about using the proxy page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629213#M58752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. I believe WebContent dir is the same as the root dir of your web server am I correct? In that case this means that the proxy file has to be in the root folder. But why can't it be anywhere on the same server?! Btw an article on ESRI confirms the statement that the said file has to be in the root folder:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For PHP, unzip the file into the Web applications directory. For Apache installs of PHP, this would be a folder under "htdocs" in the Apache install location. For IIS installs, this would be a folder under "wwwroot".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Article:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/ags_proxy.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/ags_proxy.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 14:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629213#M58752</guid>
      <dc:creator>MostafaAsadi</dc:creator>
      <dc:date>2010-05-17T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question about using the proxy page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629214#M58753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For PHP, unzip the file into the Web applications directory. For Apache installs of PHP, this would be a folder under "htdocs" in the Apache install location. For IIS installs, this would be a folder under "wwwroot". &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The proxy page can be written in the programming/scripting language you decided to use, in your case this is PHP if I understood correctly. Your proxy page must be visible for the PHP interpreter, exactly like any other php script. In a default php installation this is under the webserver root.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 06:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629214#M58753</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2010-05-18T06:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question about using the proxy page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629215#M58754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 21:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quick-question-about-using-the-proxy-page/m-p/629215#M58754</guid>
      <dc:creator>MostafaAsadi</dc:creator>
      <dc:date>2010-05-19T21:18:15Z</dc:date>
    </item>
  </channel>
</rss>

