# ORDS Service Script Configuration File (ords.config) # # This file should be placed in the /etc folder. # Following are the properties that can be set via this file: # # ORDS_BASE The base path for ORDS installation by default is /opt/oracle # but if the rpm was installed with --prefix [path] to relocate # the package this variable will track the installation path. # If you install ORDS by ORDS zip file is not possible to track # and you need to set this value. # ORDS_CONFIG The absolute path to an ORDS configuration directory. If set # and not empty then the script will overwrite the configdir # property in the ords.war file located next to the script # whenever the script is called with the start parameter. # SERVE_EXTRA_ARGS Extra arguments to pass to serve command like # "--port 8888 --apex-images ${APEX_IMAGES}". # # Dodano je da se podrži više instanci ORDS-a # # PID_FILE Naziv datoteke u kojoj se čuva PID ords procesa.Za svaku # instancu treba druga datoteka # LOG_FILE Naziv datoteke u kojoj se čuva log datoteka ords procesa.Za svaku # instancu treba druga datoteka # Examples ORDS_BASE=/u01/app/oracle/ords ORDS_CONFIG=/u01/app/oracle/ords/config #PID_FILE=ords.pid #LOG_FILE=ords.log #SERVE_EXTRA_ARGS=--port 8888 --apex-images ${APEX_IMAGES}