I just checked the 1.4.0 kits [1] and the camel-jetty jar is in the lib
directory. Are you using a different version? If you are using Maven you can
also just add in a dependency like:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jetty</artifactId>
<version>1.4.0</version>
</dependency>
Does this help any?
Cheers,
Jon
[1]
http://repo1.maven.org/maven2/org/apache/camel/apache-camel/1.4.0/apache-camel-1.4.0.zip
On Wed, Aug 13, 2008 at 8:10 PM, Brian McQueen <[EMAIL PROTECTED]>wrote:
> I need to get my Camel listening for incoming HTTP connections. I see
> this nice syntax:
>
>
> <from uri="jetty:http://localhost/handler1"/>
>
> However I keep getting this Endpoint Not Found error for jetty:
>
>
> http://activemq.apache.org/camel/exception-orgapachecamelnosuchendpointexception.html
>
> I see the camel-jetty jar mentioned in a few places, but I can't find it.
>
> Where is the file? How do I get it? Is my Camel missing something?
>