Author: jstrachan
Date: Mon Aug  9 10:54:31 2010
New Revision: 983580

URL: http://svn.apache.org/viewvc?rev=983580&view=rev
Log:
use http://localhost:8080/ for default context when running with "mvn 
tomcat:run"

Modified:
    camel/trunk/components/camel-web/pom.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=983580&r1=983579&r2=983580&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Mon Aug  9 10:54:31 2010
@@ -337,7 +337,7 @@
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0</version>
         <configuration>
-          <path>/rider</path>
+          <path>/</path>
         </configuration>
       </plugin>
 


Reply via email to