You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2013/10/15 19:13:25 UTC

svn commit: r882752 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/read_media-resource.html

Author: buildbot
Date: Tue Oct 15 17:13:25 2013
New Revision: 882752

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 15 17:13:25 2013
@@ -1 +1 @@
-1532404
+1532444

Modified: websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html Tue Oct 15 17:13:25 2013
@@ -83,7 +83,10 @@
 <ul>
 <li>Download and unzip the <a href="apache-olingo-tutorial-adv_read_mediaresource.zip">Olingo Tutorial 'Basic Read with Media Resource extension' Project</a> to your local drive which is your OData Tutorial project folder (referenced as <code>$ODATA_PROJECT_HOME</code> in the turorial).</li>
 <li>Start the command line tool and run maven in the folder <code>$ODATA_PROJECT_HOME</code> to build the war file which then can be deployed. </li>
-<li>Deploy the resulting war to your favorite application server. For the LJS copy the war into the <em>$LJS_HOME/pickup</em> folder and start the server via <code>$LJS_HOME/go.sh</code>. </li>
+<li>Deploy the resulting war to your favorite application server. <ul>
+<li>For a Tomcat application server copy the war into the <em>$TOMCAT_HOME/webapps</em> folder and start the server via <code>$TOMCAT_HOME/bin/startup.sh</code> (at Windows via <code>$TOMCAT_HOME/bin/startup.bat</code>). </li>
+</ul>
+</li>
 <li>Optional: To import the sample project into Eclipse run the following steps:<ul>
 <li>Start the command line tool and run <code>mvn eclipse:eclipse clean install</code> in the folder <code>$ODATA_PROJECT_HOME</code> to generate the Eclipse project settings and do an initial build. </li>
 <li>Go into Eclipse and import the project into your workspace by...</li>
@@ -434,7 +437,7 @@ Like in the basic read scenario follow t
 </ul>
 <h3 id="conclusion">Conclusion</h3>
 <p>After finishing all steps of this tutorial your project contains three different entities with relations between them and one of them with media link entry and media resource support.</p>
-<p>If something does not compile or run it is recommended to compare to the complete sample project source code in the [Olingo Tutorial 'Basic Read with Media Resource extension' Project](apache-olingo-tutorial-adv_read_mediaresource. 
+<p>If something does not compile or run it is recommended to compare to the complete sample project source code in the <a href="apache-olingo-tutorial-adv_read_mediaresource">Olingo Tutorial 'Basic Read with Media Resource extension' Project</a>. 
 For more details about how to use/setup the project in the zip see section <strong><em>Shortcut</em></strong>.</p>