ORDS 22.x: How to set config.url system property when deployed in Weblogic running as a Windows service
(Doc ID 2888028.1)
Last updated on AUGUST 07, 2023
Applies to:
Oracle REST Data Services - Version 22.1 and laterInformation in this document applies to any platform.
Goal
According to the documentation, from ORDS 22.x and onwards, ORDS must have the path to its configuration directory specified:
https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/22.2/ordig/deploying-and-monitoring-oracle-rest-data-services.html#GUID-37D82466-B08B-46B4-9895-60630EA7909C
Weblogic runs as a Windows Service.
Also, according to Doc ID 2870113.1, one has to manually define an environment variable for ORDS to locate its configuration directory. But this doesn't seem to work:
- defining _JAVA_OPTIONS global ="-Dconfig.url=<path>"
- specifying the -Dconfig.url in the "CmdLine" in the registry for the Windows Service managing Weblogic
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |