You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by hairman <su...@hotmail.com> on 2008/12/09 14:42:28 UTC

Link to Javadoc in ServicesList

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.