RestEasy Configuration

Configuration that applies to the RestEasy framework (that bootstraps the Restful Objects viewer).

Property Default Description

resteasy.jaxrs.app.registration

How the implementation of the JAX-RS application is discovered.

There should be very little reason to change this from its default.

resteasy.jaxrs.default-path

/restful

The path at which the RO viewer should be mounted.

Note that this is used rather than prefix because there is NO implementation of Application, so we rely on it being automatically created.