I don't think it is necessarily "missing" with CXF: http://www.jroller.com/gmazza/date/20071019#step7
I would guess you just need to add a separate mapping in the web.xml to another servlet, and turn on the display for xxx and turn it off for yyy. Glen Am Montag, den 12.11.2007, 03:59 -0800 schrieb Adrian C: > > Hi, just saw this and its something that is applicable to some of the work > that I am doing also. Perhaps one of the things that is missing here and was > something that you could do with xfire is to have different endpoints > available from different servlets - that way when you went to > http://my-host/cxf/xxx you could see one list of services and > http://my-host/cxf/yyy you could see another... > > > JIRA [EMAIL PROTECTED] wrote: > > > > > > [ > > https://issues.apache.org/jira/browse/CXF-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538131 > > ] > > > > Glen Mazza commented on CXF-1143: > > --------------------------------- > > > > Do you mean that http://my-host/cxf/ shows the WSDL? Is that the problem, > > you want to suppress showing the WSDL, regardless of address, or you just > > don't want to show it at that particular address? (i.e. the normal > > http://myhost/cxf/service?wsdl or whatever address would be OK for you)? > > > >> Default CXF behavior of listing all available endpoints > >> ------------------------------------------------------- > >> > >> Key: CXF-1143 > >> URL: https://issues.apache.org/jira/browse/CXF-1143 > >> Project: CXF > >> Issue Type: Improvement > >> Reporter: Tawfik Lachheb > >> > >> If I publish the cxf servlet as /cxf then going to http://my-host/cxf/ > >> lists all available endpoints. > >> This is something we don't want to have in our production environment. > >> Is there a way to disable this? > >> Thanks > >
