[
https://issues.apache.org/jira/browse/CXF-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783508#action_12783508
]
Rémi Flament commented on CXF-2562:
-----------------------------------
Sample of use :
<servlet>
<servlet-name>CXFServlet</servlet-name>
<display-name>CXF Servlet</display-name>
<servlet-class>
org.apache.cxf.transport.servlet.CXFServlet
</servlet-class>
<init-param>
<param-name>service-list-title</param-name>
<param-value>The Great Marketing Name</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
> Make it possible to change the title of the service list page
> -------------------------------------------------------------
>
> Key: CXF-2562
> URL: https://issues.apache.org/jira/browse/CXF-2562
> Project: CXF
> Issue Type: Improvement
> Affects Versions: 2.2.5
> Reporter: Rémi Flament
> Priority: Minor
> Fix For: 2.2.6
>
> Attachments: title.patch
>
>
> Here is a patch to change the title of the generated service list page.
> When you use CXF in a product, you might want to change the default title by
> the name of the product (no offense :) ).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.