You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/04/14 20:13:01 UTC

svn commit: r1467809 - /camel/trunk/examples/camel-example-servlet-tomcat/README.txt

Author: cmueller
Date: Sun Apr 14 18:13:01 2013
New Revision: 1467809

URL: http://svn.apache.org/r1467809
Log:
updated the camel-example-servlet-tomcat README file

Modified:
    camel/trunk/examples/camel-example-servlet-tomcat/README.txt

Modified: camel/trunk/examples/camel-example-servlet-tomcat/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-servlet-tomcat/README.txt?rev=1467809&r1=1467808&r2=1467809&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-servlet-tomcat/README.txt (original)
+++ camel/trunk/examples/camel-example-servlet-tomcat/README.txt Sun Apr 14 18:13:01 2013
@@ -11,10 +11,10 @@ deploy folder of Apache Tomcat.
 
 And then hit this url from a webbrowser which has further
 instructions (use correct version number)
-  http://localhost:8080/camel-example-servlet-tomcat-2.7.0
+  http://localhost:8080/camel-example-servlet-tomcat-{version}
 
 The servlet is located at (use correct version number)
-  http://localhost:8080/camel-example-servlet-tomcat-2.7.0/camel
+  http://localhost:8080/camel-example-servlet-tomcat-{version}/camel/hello
 
 This example is documented at
   http://camel.apache.org/servlet-tomcat-example.html