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 10:25:57 UTC

svn commit: r792876 - /websites/staging/esme/trunk/content/docs/install/windows-xp.html

Author: buildbot
Date: Sun Jul 17 08:25:57 2011
New Revision: 792876

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/install/windows-xp.html

Modified: websites/staging/esme/trunk/content/docs/install/windows-xp.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/windows-xp.html (original)
+++ websites/staging/esme/trunk/content/docs/install/windows-xp.html Sun Jul 17 08:25:57 2011
@@ -89,7 +89,7 @@ In case you have a proxy for your intern
 </pre></div>
 
 
-<p>On windows, the file can be found at C:Documents and Settings&lt;user&gt;.m2</p>
+<p>On windows, the file can be found at C:&#47;Documents and Settings&#47;<user>&#47;.m2</p>
 <h2 id="get_the_esme_source">Get the ESME source</h2>
 <p>Get the latest source at http://svn.apache.org/repos/asf/esme/trunk/site/build/site/en/download/download.html
 Be aware that the source code might have errors/bugs. Therefore you can try out the following revisions that I've tried out and build successfully:</p>
@@ -103,11 +103,11 @@ Be aware that the source code might have
 <p>Start the command line: press the <windows > and <R> key.
 Change to the trunkserver directory of the downloaded ESME code (with cd xxxxx).
 Start the build with mvn install.
-If no errors appeared you can find a .WAR file in the trunkservertarget directory.</p>
+If no errors appeared you can find a .WAR file in the trunk&#47;server&#47;target directory.</p>
 <h2 id="deploying_esme">Deploying ESME</h2>
 <p>Ensure that the Tomcat service is running.
 Take the .war file and rename it to esme.war.
-Copy the file to the tomcat webapps directory (e.g. C:tomcat60webapps). Tomcat will expand the war file automatically.
+Copy the file to the tomcat webapps directory (e.g. C:&#47;tomcat60&#47;webapps). Tomcat will expand the war file automatically.
 Now you've deployed ESME on the tomcat server.</p>
 <h2 id="starting_esme">Starting ESME</h2>
 <p>Go to your browser and call the address http://localhost:<tomcat port you've selected>/esme</p>