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/23 15:00:03 UTC

svn commit: r1535011 - /incubator/olingo/site/trunk/content/doc/tomcat.mdtext

Author: mibo
Date: Wed Oct 23 13:00:03 2013
New Revision: 1535011

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

Modified:
    incubator/olingo/site/trunk/content/doc/tomcat.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tomcat.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tomcat.mdtext?rev=1535011&r1=1535010&r2=1535011&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tomcat.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tomcat.mdtext Wed Oct 23 13:00:03 2013
@@ -16,15 +16,15 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-### Run with Tomcat 7.x
-Necessary steps to get your project run with [Tomcat 7.x](http://tomcat.apache.org/index.html).
+### Run with Tomcat
+Necessary steps to get your project run with [Tomcat](http://tomcat.apache.org/index.html) (steps for version `7.0.x`).
 
 #### Required steps
-  * Download Tomcat from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
+  * Download Tomcat 7.0.x from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
   * Install Tomcat as described in [Tomcat Documentation](http://tomcat.apache.org/tomcat-7.0-doc/setup.html)
   * Start Tomcat e.g. via `$TOMCAT_HOME/bin/startup.sh` (Linux) or `$TOMCAT_HOME/bin/startup.bat` (Windows)
   * Build of OData Application
     * Build your `WAR` file of your own project or just
     * Download the [sample project](tutorials/apache-olingo-tutorial-basic_read.zip), unzip it (into `$ODATA_PROJECT_HOME`) and build it via `mvn clean package`
   * Deployment of the OData Application via simple copy of created `WAR` from the web project `./target` folder (for the sample it is `$ODATA_PROJECT_HOME/cars-web/target/olingo.odata2.sample.cars.web.war`) into `$TOMCAT_HOME/webapps`
-  * After successful deployment for the sample project just open following link: [http://localhost:8080/org.apache.olingo.odata2.sample.web](http://localhost:8080/org.apache.olingo.odata2.sample.web) to see the project entry site.
\ No newline at end of file
+  * After successful deployment for the sample project just open following link: [http://localhost:8080/olingo.odata2.sample.web](http://localhost:8080/org.apache.olingo.odata2.sample.web) to see the project entry site.
\ No newline at end of file