You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/17 11:29:29 UTC

svn commit: r792887 - /websites/staging/esme/trunk/content/docs/install/esme-desktop-client-server-config.html

Author: buildbot
Date: Sun Jul 17 09:29:29 2011
New Revision: 792887

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/install/esme-desktop-client-server-config.html

Modified: websites/staging/esme/trunk/content/docs/install/esme-desktop-client-server-config.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/esme-desktop-client-server-config.html (original)
+++ websites/staging/esme/trunk/content/docs/install/esme-desktop-client-server-config.html Sun Jul 17 09:29:29 2011
@@ -52,7 +52,35 @@
 
   <div id="content">
     <h1 class="title">ESME Desktop Client Server Config</h1>
-    
+    <h2 id="how_to_configure_the_esme_server_esme_desktop_connects_to_">How to configure the ESME server ESME Desktop connects to ..</h2>
+<p>By default ESME Desktop connects to the ESME instance running at
+http://www.esme.us, but if you are running your own instance of the server,
+you will need to change the server that ESME Desktop connects to .. here's
+how ..</p>
+<p>This setting is stored in your application storage directory in a file
+called preferences.xml ... the application storage directory path varies
+based on your operating system and your username</p>
+<h2 id="macos">MacOS:</h2>
+<p>/Users/username/Library/Preferences/ESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1/Local
+Store/preferences.xml The GUID in the path may vary.</p>
+<h2 id="windows">Windows:</h2>
+<p>C:\Documents and Settings\username\Application
+Data\ESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1\Local
+Store\preferences.xml</p>
+<p>If the file does not exist create preferences.xml and drop in the following
+xml and save .. <preferences> <preference name="ESME_APISERVER"
+value="http://api.esme.us/esme/api/"/>  <preference name="ESME_SERVER"
+value="http://www.esme.us/esme/"/> </preferences>
+If the file exists then edit the values to your server urls. The new
+setting will be picked up the next time you start ESME Desktop.</p>
+<p>An example preferences file. The value for <em>token</em> is from the Manage
+Tokens link, after you log in via the web.</p>
+<div class="codehilite"><pre> <span class="nt">&lt;preferences&gt;</span>
+ <span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">&quot;ESME_APISERVER&quot;</span> <span class="na">value=</span><span class="s">&quot;http://api.esme.us/esme/api/&quot;</span><span class="nt">/&gt;</span>
+ <span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">&quot;ESME_SERVER&quot;</span> <span class="na">value=</span><span class="s">&quot;http://www.esme.us/esme/&quot;</span><span class="nt">/&gt;</span>
+ <span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">&quot;token&quot;</span> <span class="na">value=</span><span class="s">&quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;</span><span class="nt">/&gt;</span>
+<span class="nt">&lt;/preferences&gt;</span>
+</pre></div>
   </div>
 
   <div id="footer">