Hi

No questions is silly.
localhost is the server to bind to. It must be an explicit server.

For wildcard I think about servlets where you could do mapping such as
/mycontent/*
Is this what you mean?

eg letting Camel Jetty bind to:
http://myserver/mycontext/*

So if a client send a request like this:
http://myserver/mycontext/user/12
http://myserver/mycontext/hello

Camel Jetty will pickup both requests?



On Thu, Nov 13, 2008 at 7:57 AM, Trevv <[EMAIL PROTECTED]> wrote:
>
> This seems like a silly question, but I haven't been able to find the
> answer.
>
> All of the Jetty and Mina examples have "localhost" in the URI.  But
> I don't want to bind to just the localhost address, I want to bind to
> all local addresses, AKA "anylocal" or "wildcard" or "unspecified."
>
> How can I do this?
>
> P.S.  I'm using Camel 1.5.0.
> --
> View this message in context: 
> http://www.nabble.com/Jetty-and-Mina%3A-how-to-bind-to-%22anylocal%22-AKA-%22wildcard%22-address--tp20475674s22882p20475674.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 

/Claus Ibsen
Apache Camel Committer
Blog: http://davsclaus.blogspot.com/

Reply via email to