You can set up either the embedded HTTP server or your own HTTP server for OData operations.
Take security measures into consideration when you set up an HTTP server.
Server Type | Steps |
---|---|
Embedded HTTP server | The SAP Sybase OData Server utility initiates an instance of the embedded HTTP server and automatically loads the OData Producer as a Java servlet. You cannot manually configure the embedded HTTP server, or use it to serve other non-OData content, such as HTML files. However, you can specify some HTTP server options in the OData Server configuration file. To set up and launch the embedded HTTP server:
|
Alternate HTTP server | To use the OData Producer with an alternative HTTP server, you must deploy the OData Producer to the server. You must run the OData Producer as a Java servlet that can be loaded into an HTTP server. For example, you can use Tomcat as a Java servlet container and pair it with an Apache HTTP server. Note: IIS (Internet Information Services, the Microsoft Web server) cannot
execute Java servlets, but you can configure a connector that redirects
servlet requests from an IIS server to another server that is able to run
them.
The process of deploying the OData Producer differs depending on your HTTP server. For more information, see your HTTP server documentation.
|