Is there a way to add this context programmaticaly or via a configuration file? I tried with a web.xml file but it does not seem to read it.
2010/11/10 Daniel Kulp <[email protected]> > On Wednesday 10 November 2010 1:37:08 pm Sergey Beryozkin wrote: > > > Yes that was an example. But it says that /services give you a list of > > > all available webservices in WADL format. > > > > Only if a CXFServlet is used. We do block custom services exposing their > > own /services. Note when CXFServlet is used it is possible to configure > it > > to let "/services" requests pass through but react to some other path > > value for displaying the services page. > > I kind of keep thinking that someday, it might make sense to re-write the > Jetty stuff to use the CXFServlet directly which would solve this issue. > Just > not something I've had time to really pursue or even spend more than a > passing > thought on. > > Dan > >
