Host Server Web Server tab
Outside applications can access some internal functions, such as SMAT message resend or error message resend.
These internal functions are exposed as web services, so that the outside applications can access them through Simple Object Access Protocol (SOAP).
Additional options are:
-
When this is selected, the web server starts along with the host server. If this cleared, then
is also cleared. The default is selected. -
The Cloverleaf API uses a RESTful web service architecture and (JavaScript Object Notation (JSON) as the data interchange format. Through this, you can create, edit, and delete Cloverleaf objects that were traditionally only available in the Cloverleaf GUI.
-
must be selected to enable this check box.
By default,
is cleared.The CLAPI web page includes the CLAPI SDK document and examples. By default, it is disabled. To enable the CLAPI web page, the host server must be running in security mode.
When the Cloverleaf host server is started with https://hostservername:15047/clapi/. This provides details about request parameters and responses for each API.
enabled, all Cloverleaf APIs are listed in HTML throughYou can also enter API parameters and click
in the API window.The Resources Available page lists available APIs and their location.
For information on CLAPI, see Cloverleaf API.
-
Port
Port 15040 is the default for the Site Document.
By default, the HTML files that are generated by the Site Document are put under $HCIROOT/server/tomcat/webapps/sitedoc.
- Any changes enable . After you click , you must restart the host server before the change takes place.
- The HTTP port defaults to 15040, HTTPS defaults to 15043, and the Tomcat server shutdown port defaults to 15045. To change these ports, go to $HCIROOT/server/tomcat/conf/server.xml.
Web services respect the host server's security configuration. If the host server is configured as no security, then no security is used for web services. If the host server is configured as basic or advanced security, then Transport Security (SSL) is used for web services. SSL provides a point-to-point security.