I copied a javadoc folder into my WAR and would like to link to the
index-all.html in my list of available webservices.
I need something like:  "<context /services/apidocs/index-all.html">API 

<servlet-mapping>
    <servlet-name>CXFServlet</servlet-name>
    <url-pattern>/services/*</url-pattern>
</servlet-mapping>

Is it possible to modify the generated dervices list?
-- 
View this message in context: 
http://www.nabble.com/Link-to-Javadoc-in-ServicesList-tp20914911p20914911.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to