Oracle HTTP Server Controller
This controller provisions and maintains Oracle HTTP Server. The controller supports the following HTTP server configurations:
-
Oracle HTTP Server - Collocated. This requires the domain to have a database.
-
Oracle HTTP Server - Restricted JRF. This does not requires a database.
Oracle HTTP Server supported versions: 1. 12.2.1.4 2. 12.2.1.3
The controller does not supports Standalone HTTP Server.
The documentation assumes that the user has prior knowledge of working with MintPress SDK and/or MintPress Runtime.
How to Use the Controller
The controller can be used in two ways, (a) Using the MintPress Controllers Directly (b) Using MintPress Runtime JSON Format.
Using this controller directly
A fully documented script to create a single node HTTP domain in a collocated domain is here. A fully documented script to create a single node HTTP domain in a restricted domain is here.
Using MintPress Runtime JSON Format
Sample single node JSON format that are supported via MintPress Runtime are located here.
Using Oracle HTTP Server
These samples can also be found under docs.limepoint.com/mintpress/reference/runtime-json-templates
FAQ
Q. Important properties for Oracle HTTP Server
A. The following table lists all the properties applicable for Oracle HTTP Server. The column SystemComponent/installation/template
signifies where the property should be mentioned viz installationList, templateList or SystemComponent
Property | Default Value | Description | template/installation/systemcomponent |
---|---|---|---|
AdminHost | 127.0.0.1 | The hostname where the admin interface of HTTP server will run | SystemComponent |
AdminPort | 7770 | The port number of the admin interface of the HTTP server | SystemComponent |
ListenAddressm | 127.0.0.1 | The hostname of server this HTTP instance should run on. | SystemComponent |
ListenPort | 7777 | The port number of the HTTP server of the HTTP server | SystemComponent |
SSLListenPort | 7887 | The SSL port number of the HTTP server of the HTTP server | SystemComponent |
ListenPortSsl | self.SSLListenPort | The SSL port number of the HTTP server of the HTTP server | SystemComponent |
ServerName | “http://#selfself.ListenAddress:#selfself.ListenPort” | The servername to be set for HTTP server SystemComponent |
Oracle HTTP Server Properties Reference
Oracle HTTP Server Template
Refer OracleHTTPServerInstallation for all installation properties. Refer OracleHTTPServerTemplate for all template properties. Refer OracleHTTPServerSystemComponent for all system component properties.
Refer the LimePoint Controller Reference for details on all properties supported.