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/09 15:50:58 UTC

svn commit: r881848 - in /websites/staging/olingo/trunk/content: ./ doc/project-setup.html

Author: buildbot
Date: Wed Oct  9 13:50:58 2013
New Revision: 881848

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/project-setup.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct  9 13:50:58 2013
@@ -1 +1 @@
-1530608
+1530609

Modified: websites/staging/olingo/trunk/content/doc/project-setup.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/project-setup.html (original)
+++ websites/staging/olingo/trunk/content/doc/project-setup.html Wed Oct  9 13:50:58 2013
@@ -81,20 +81,8 @@
 <li><a href="eclipse.html">Eclipse IDE</a></li>
 </ul>
 <h3 id="run-environment">Run Environment</h3>
-<h5 id="run-with-tomcat-7x">Run with Tomcat 7.x</h5>
-<p>Necessary steps to get your project run with <a href="http://tomcat.apache.org/index.html">Tomcat 7.x</a>.</p>
-<h6 id="required-steps">Required steps</h6>
 <ul>
-<li>Download Tomcat from <a href="http://tomcat.apache.org/download-70.cgi">Tomcat Downloads</a></li>
-<li>Install Tomcat as described in <a href="http://tomcat.apache.org/tomcat-7.0-doc/setup.html">Tomcat Documentation</a></li>
-<li>Start Tomcat e.g. via <code>$TOMCAT_HOME/bin/startup.sh</code> (Linux) or <code>$TOMCAT_HOME/bin/startup.bat</code> (Windows)</li>
-<li>Build of OData Application<ul>
-<li>Build your <code>WAR</code> file of your own project or just</li>
-<li>Download the <a href="tutorials/cars-sample-basic-read.zip">sample project</a>, unzip it (into <code>$ODATA_PROJECT_HOME</code>) and build it via <code>mvn clean package</code></li>
-</ul>
-</li>
-<li>Deployment of the OData Application via simple copy of created <code>WAR</code> from the web project <code>./target</code> folder (for the sample it is <code>$ODATA_PROJECT_HOME/cars-web/target/olingo.odata2.sample.cars.web.war</code>) into <code>$TOMCAT_HOME/webapps</code></li>
-<li>After successful deployment for the sample project just open following link: <a href="http://localhost:8080/org.apache.olingo.odata2.sample.web">http://localhost:8080/org.apache.olingo.odata2.sample.web</a> to see the project entry site.</li>
+<li><a href="tomcat.html">Run with Tomcat 7</a></li>
 </ul>