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

svn commit: r1532444 - /incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext

Author: mibo
Date: Tue Oct 15 17:13:21 2013
New Revision: 1532444

URL: http://svn.apache.org/r1532444
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext?rev=1532444&r1=1532443&r2=1532444&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext Tue Oct 15 17:13:21 2013
@@ -36,7 +36,8 @@ If you like to directly experiment with 
 
   - Download and unzip the [Olingo Tutorial 'Basic Read with Media Resource extension' Project](apache-olingo-tutorial-adv_read_mediaresource.zip) to your local drive which is your OData Tutorial project folder (referenced as `$ODATA_PROJECT_HOME` in the turorial).
   - Start the command line tool and run maven in the folder `$ODATA_PROJECT_HOME` to build the war file which then can be deployed. 
-  - Deploy the resulting war to your favorite application server. For the LJS copy the war into the *$LJS_HOME/pickup* folder and start the server via `$LJS_HOME/go.sh`. 
+  - Deploy the resulting war to your favorite application server. 
+    - For a Tomcat application server copy the war into the *$TOMCAT_HOME/webapps* folder and start the server via `$TOMCAT_HOME/bin/startup.sh` (at Windows via `$TOMCAT_HOME/bin/startup.bat`). 
   - Optional: To import the sample project into Eclipse run the following steps:
     - Start the command line tool and run `mvn eclipse:eclipse clean install` in the folder `$ODATA_PROJECT_HOME` to generate the Eclipse project settings and do an initial build. 
     - Go into Eclipse and import the project into your workspace by...
@@ -397,5 +398,5 @@ Like in the basic read scenario follow t
 ### Conclusion
 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.
 
-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. 
+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). 
 For more details about how to use/setup the project in the zip see section ***Shortcut***.
\ No newline at end of file