Hello CXF Users,
I would be very greatful for your help regarding my two Questions:
1. When installing CXF in Tomcat as a Servlet, calling the "Default-Path" of
the Servlet results in a list of all installed Web-Services (alonge with a
link to the WSDL). Some of my Web-Services are "private" and I do not want
to have them included in this List. Is there any possibilty to configure,
which installed WebServices will be listed there and which not? Where and
how do I have to configure this?
2. Would it be possible to deploy the CXFServlet two ore more times in a
Web-Application?
<servlet>
<servlet-name>CXFServlet1</servlet-name>
<servlet-class>
org.apache.cxf.transport.servlet.CXFServlet
</servlet-class>
</servlet>
AND
<servlet>
<servlet-name>CXFServlet2</servlet-name>
<servlet-class>
org.apache.cxf.transport.servlet.CXFServlet
</servlet-class>
</servlet>
Or will this result in dangerous behaviour (race conditions etc) as it is
not intended to have two instances (with different url/path mappings)
installed in the Servlet Container? (My Idea was to use one instance only
for the internal Webservices and another one for the Webservices that are
intended for the public.
thank you very much!
jens