Re: How can I configure a CXF web service to listen on a specific port?

2009-09-18 Thread Daniel Kulp
On Thu September 17 2009 3:16:45 pm Jim Talbut wrote: > Daniel Kulp wrote: > > You could definitely do this. In your application context, import META- > > INF/cxf/cxf-extension-http-jetty.xml instead of the cxf-servlet. Any > > jaxws:endpoint things, use a full URL (http://blah:8081/Foo) or wha

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Jim Talbut
Benson Margulies wrote: Why are you using tomcat at all if you don't want it to control the endpoint? Why not just launch the endpoint from a plain Java main via the embedded jetty? Because when I have 100+ endpoints I want to have a place where I can see them all; start and stop them all; fa

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Benson Margulies
Why are you using tomcat at all if you don't want it to control the endpoint? Why not just launch the endpoint from a plain Java main via the embedded jetty? On Thu, Sep 17, 2009 at 3:16 PM, Jim Talbut wrote: > Daniel Kulp wrote: > >> You could definitely do this. In your application context,

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Jim Talbut
Daniel Kulp wrote: You could definitely do this. In your application context, import META- INF/cxf/cxf-extension-http-jetty.xml instead of the cxf-servlet. Any jaxws:endpoint things, use a full URL (http://blah:8081/Foo) or whatever and CXF should bring up jetty on that port and put the end

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Stan Lewis
On Thu, Sep 17, 2009 at 2:47 PM, Jim Talbut wrote: > Unfortunately that doesn't help. > The main point of #2 is that the port and URL are specified by the > container, which is no good for me. > And the publishedEndpointUrl doesn't work unless Tomcat is configured with > that as a connector - in w

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Daniel Kulp
with Jetty and such and use that to manually deploy services (Endpoint.publish or use the factories or such). Dan > > Thanks > > Jim > > > - Original Message - > From: "Glen Mazza" > To: > Sent: Thursday, September 17, 2009 3:02 PM > Subject: Re: Ho

RE: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: Jim Talbut [mailto:jtal...@spudsoft.co.uk] > Sent: Thursday, September 17, 2009 11:48 AM > To: users@cxf.apache.org > Subject: Re: How can I configure a CXF web service to listen on a > specific port? > > Unfortunately that doesn't

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Jim Talbut
o host multiple containers? Or can I embed jetty inside Tomcat via CXF? Thanks Jim - Original Message - From: "Glen Mazza" To: Sent: Thursday, September 17, 2009 3:02 PM Subject: Re: How can I configure a CXF web service to listen on a specific port? Note #2 here, again: http

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Jim Talbut
KARR, DAVID (ATTCINW) wrote: I hope this is a simple question, but I'm new to CXF. I have a CXF web service running with Spring and created from a WSDL document via the maven plugin. I need this web service to respond on a different HTTP port - I will have lots of web services and they all need

RE: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: Jim Talbut [mailto:jtal...@spudsoft.co.uk] > Sent: Thursday, September 17, 2009 4:01 AM > To: users@cxf.apache.org > Subject: How can I configure a CXF web service to listen on a specific > port? > > Hi, > > I hope this is a s

Re: How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Glen Mazza
htt-basic archetype. > > Thanks > > Jim > > -- View this message in context: http://www.nabble.com/How-can-I-configure-a-CXF-web-service-to-listen-on-a-specific-port--tp25489167p25491868.html Sent from the cxf-user mailing list archive at Nabble.com.

How can I configure a CXF web service to listen on a specific port?

2009-09-17 Thread Jim Talbut
Hi, I hope this is a simple question, but I'm new to CXF. I have a CXF web service running with Spring and created from a WSDL document via the maven plugin. I need this web service to respond on a different HTTP port - I will have lots of web services and they all need to be on different port