Hitachi

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


3.13.12 /glassfish-web-app/servlet/webservice-endpoint/endpoint-address-uri

/glassfish-web-app/servlet/webservice-endpoint/endpoint-address-uri specifies the automatically generated endpoint address.

Description

/glassfish-web-app/servlet/webservice-endpoint/endpoint-address-uri specifies the relative path appended to the web server root to form the fully qualified endpoint address for a web service endpoint.

This is an optional element for servlet endpoints.

For servlet endpoints, this value is relative to the web application context root. The context root portion must not conflict with the context root of any web application deployed to the same web server.

This value must have a fixed pattern (* is not allowed).

If the web service endpoint is a servlet that implements only a single endpoint and has only one url-pattern, then it is not necessary to set this value, because the web container derives it from the web.xml file.

Specifiable values

Type: String

Default value

If the definition item is omitted

No default value

Repetition pattern

0 or 1 time