Hi On Fri, May 6, 2011 at 7:53 AM, Blue Diamond <[email protected]> wrote: > Dear CXFers, > > I am currently starting multiple endpoints on the same port in our > application. > > WS Endpoint: http://localhost:port/app/ws > REST Endpoint: http://localhost:port/app/rest > > I have verified that it is working alright. Even after engaging security, > HTTP Auth for REST and WS-Security for WS, things are working fine as > expected since CXF uses the capability of Jetty socket reuse. I am able to > access both REST & WS services as before. > > I want to go ahead with this approach in our next release. (Currently we are > using different ports for REST & WS). > > Does anyone foresee any problem with this approach? Are there any technical > issues that I am unaware of? >
I'm not aware of any issues to do with reusing the same port for multiple endpoints. Cheers, Sergey > Thanks & Regards, > Anil >
