You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by jh...@apache.org on 2013/10/14 16:56:09 UTC

svn commit: r1531926 - /incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Author: jhuesken
Date: Mon Oct 14 14:56:09 2013
New Revision: 1531926

URL: http://svn.apache.org/r1531926
Log:
CMS commit to olingo by jhuesken

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext?rev=1531926&r1=1531925&r2=1531926&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext Mon Oct 14 14:56:09 2013
@@ -661,7 +661,8 @@ And add the small method to get the key 
 
 After the implementation of the `MyODataSingleProcessor` the web application can be tested.
 
-- Build your project. Remember? `mvn clean install` 
+- Build your project. Remember? `mvn clean install`
+- Deploy the web application on your local server
 - Show the Manufacturers: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers)
 - Show one Manufacturer: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1))
 - Show the Cars: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars)