The HTTP component should indeed support that right now. Maybe there is a
bug, but multiple endpoints can be deployed on the same port provided that
the URL do not clash, that they use the same protocol and host (do not mix
localhost with 0.0.0.0).

On Dec 27, 2007 2:33 AM, Bruce Snyder <[EMAIL PROTECTED]> wrote:

> On Dec 26, 2007 6:20 PM, mattrpav <[EMAIL PROTECTED]> wrote:
> >
> > Is it possible for multiple assemblies to share the same HTTP Port?  For
> > example, I have a HTTP consumer assembly, and several CXF web services
> that
> > I want to have run on port 8080.
> >
> > I've tried this, but get a port binding error while deploying the second
> > service assembly.  (See stack trace below)
>
> Currently, the servicemix-http component does not support this use
> case, though it should. To this end, I've commented on issue SM-1169
> (https://issues.apache.org/activemq/browse/SM-1169) about the various
> HTTP use cases in SMX and how we should refactor the servicemix-http
> component accordingly to support the current and any future use cases.
>
> Bruce
> --
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.org/
> Apache Camel - http://activemq.org/camel/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
>
> Blog: http://bruceblog.org/
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to