Hi experts,
I'm using Oracle REST Data Services version 19.2.0.r1991647.
Checking for the configuration I usually run this:
[oracle@xxxxx ords]$ java -jar ords.war configdir
Sep 14, 2020 6:05:46 PM
INFO: The config.dir value is /home/oracle/ords/ /home/oracle/ords/config_dir
[oracle@ulhimt01 ords]$
Question is: why am I getting 2 values?
/home/oracle/ords/ --> Exists
/home/oracle/ords/config_dir --> Does not exists and it's where I was expecting the config directory to be:
[oracle@xxxxx ords]$ ls /home/oracle/ords/
docs examples index.html installer ords.war params
[oracle@xxxxx ords]$ ls /home/oracle/ords/config_dir
ls: cannot access /home/oracle/ords/config_dir: No such file or directory
[oracle@xxxxx ords]$
What am I doing wrong?
Thanks,
Jose