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

Difference between revisions of "Scout/Concepts/JAXWS-RT/List of installed webservice endpoints"

< Scout‎ | Concepts‎ | JAXWS-RT
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
If you enter the URL to the {{ScoutLink|JAXWS-RT|JaxWsServlet}} into the browser, you get a list of all installed webservice endpoints.
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
You can prevent this list to be published by setting the property <code>org.eclipse.scout.jaxws216.publish_status_page</code> to false in config.ini.
+
<pre>org.eclipse.scout.jaxws216.publish_status_page=false</pre>
+
 
+
Also, you can change the HTML template by setting the following two init-properties in the {{ScoutLink|JAXWS-RT|JaxWsServlet}} registration:
+
  bundle-name: The name of the bundle that contains your HTML page and its images
+
  bundle-path: The bundle-relative path to the resource folder
+
 
+
To install a custom template, specify those two init-parameters and put a file named <code>jaxws-services.html</code> into the configured bundle-path. If found, the template is searched for the placeholder <code>#jaxws-services#</code> to put into the list of services.
+
 
+
If you only want to change the image, do not create a custom template but place an image named <code>jaxws-services.png</code> to your bundle-path.
+

Latest revision as of 07:22, 18 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top