Use the dbosrv16 utility to start, and dbostop to stop the embedded HTTP server and the OData Producer.
Command | Description |
---|---|
dbosrv16 |
The utility, located in $SYBASE/ODATA-16_0/bin64
(%SYBASE%\ODATA-16_0\bin64 for Windows), starts
the embedded HTTP server and the OData Producer by invoking the
configuration file you created to set up parameters and options. The
syntax is:
dbosrv16 server.propertiesThis specifies name of the configuration file you used to set up the database connection. dbosrv16 contains both the servlet implementation and the components necessary to launch its own HTTP server. |
dbostop |
The utility, located in $SYBASE/ODATA-16_0/bin64
(%SYBASE%\ODATA-16_0\bin64 for Windows), stops
the embedded HTTP server and the OData Producer. The syntax is:
dbostop [-q] {-f properties-filename | -p port-number}where:
|
Any time you change the database schema, stop OData Server with dbostop, then restart it with dbosrv16. This allows the changes to take effect and become visible to OData clients.