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
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{ScoutPage|cat=JAXWS-RT}}
 
If you enter the URL to the {{ScoutLink|JAXWS-RT|JaxWsServlet}} into the browser, you get a list of all installed webservice endpoints.
 
If you enter the URL to the {{ScoutLink|JAXWS-RT|JaxWsServlet}} into the browser, you get a list of all installed webservice endpoints.
  
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.
+
[[Image:org.eclipse.scout.jaxws.WebserviceOverview.png|400px]]
 +
 
 +
You can prevent this list from being 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>
 
<pre>org.eclipse.scout.jaxws216.publish_status_page=false</pre>
  

Revision as of 18:04, 10 November 2011

The Scout documentation has been moved to https://eclipsescout.github.io/. If you enter the URL to the The Scout documentation has been moved to https://eclipsescout.github.io/. into the browser, you get a list of all installed webservice endpoints.

Org.eclipse.scout.jaxws.WebserviceOverview.png

You can prevent this list from being published by setting the property org.eclipse.scout.jaxws216.publish_status_page to false in config.ini.

org.eclipse.scout.jaxws216.publish_status_page=false

Also, you can change the HTML template by setting the following two init-properties in the The Scout documentation has been moved to https://eclipsescout.github.io/. 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 jaxws-services.html into the configured bundle-path. If found, the template is searched for the placeholder #jaxws-services# to be replaced with the list of services.

If you only want to change the image, do not create a custom template but place an image named jaxws-services.png to your bundle-path instead.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.