Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jersey Service Properties

Revision as of 20:09, 18 October 2019 by Slewis.composent.com (Talk | contribs) (Created page with "==='''ecf.jaxrs.jersey.server''' config === {|{{BMTableStyle}} |-{{BMTHStyle}} ! Property Name ! Description ! Type ! Default Value |- | '''ecf.jaxrs.jersey.server.protocol''...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ecf.jaxrs.jersey.server config

Property Name Description Type Default Value
ecf.jaxrs.jersey.server.protocol   Protocol portion of the remote service complete URI. For example, the 'http' in 'http://localhost:8080/'. Should only be 'http' or 'https'. NOTE that an impl of HttpService must be available in runtime that exposes the complete URI (e.g. http://localhost:8080/ or https://foo.bar:8443/). String   http  
ecf.jaxrs.jersey.server.hostname   Hostname portion of the remote service complete URI. For example, the 'localhost' in 'http://localhost:8080/'. NOTE that an impl of HttpService must be available in runtime that exposes the complete URI (e.g. http://localhost:8080/ or https://foo.bar:8443/). String   localhost  
ecf.jaxrs.jersey.server.port   Port portion of the remote service complete URI. For example, the '8080' in 'http://localhost:8080/'. NOTE that an impl of HttpService must be available in runtime that exposes the complete URI (e.g. http://localhost:8080/ or https://foo.bar:8443/). Integer   8080 for http protocol, 8443 for https protocol
ecf.jaxrs.jersey.server.pathPrefix   The path prefix portion of the remote service complete URI. For example, the '/' in 'http://localhost:8080/' or '/mycontext' in 'http://localhost:8080/mycontext'. NOTE that an impl of HttpService must be available in runtime that exposes the complete URI (e.g. http://localhost:8080/ or https://foo.bar:8443/). Integer   /
ecf.jaxrs.jersey.server.includeRemoteServiceId   An option remote service id as suffix to path (true or false). For example, the '1' in 'http://localhost:8080/1' for remote service id = 1. If this value is set then the system generated remote service id will be appended to the . boolean   false

Copyright © Eclipse Foundation, Inc. All Rights Reserved.