Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.24.1 jersey.config.server.provider.classnames

jersey.config.server.provider.classnames defines the resource and provider for the servlet of JAX-RS.

Description

jersey.config.server.provider.classnames defines the resource and provider for the servlet of JAX-RS. Specify this parameter in the init-param element.

The following shows how to set up the parameter:

<init-param>
    <param-name>jersey.config.server.provider.classnames</param-name>
    <param-value>specified_value</param-value>
</init-param>

For specified_value, specify one or more class paths. Use a delimiter when specifying multiple class paths. You can use spaces, commas (,), semicolons (;), and \n as delimiters.

If you want to output the telegram header in the log on the JAX-RS server side, specify org.glassfish.jersey.filter.LoggingFilter for the specified_value.

File to which this parameter applies

web.xml

Element to which this parameter applies

/web-app/servlet/init-param

Specifiable value

org.glassfish.jersey.filter.LoggingFilter