tree: 337f3d64733b934894511d0b716528c732e9752b [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/camel-example-servlet-tomcat/README.md

Camel Servlet and Apache Tomcat example

Introduction

An example which shows how to use the Camel Servlet with Apache Tomcat.

Build

You will need to package this example first:

mvn package

Run

To run the example deploy it in Apache Tomcat by copying the .war to the deploy folder of Apache Tomcat.

And then hit this url from a webbrowser which has further instructions

http://localhost:8080/camel-example-servlet-tomcat

http://localhost:8080/camel-example-servlet-tomcat

The servlet is located at

http://localhost:8080/camel-example-servlet-tomcat/camel/hello

http://localhost:8080/camel-example-servlet-tomcat/camel/hello

Forum, Help, etc

If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html

Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!