A Vagrant that demonstrates how to configure caching reverse proxies in front of Oracle ORDS
Place the Oracle Express Edition (XE) RPM and ORDS software in the "software" directory before calling the vagrant up
command.
Directory contents when software is included.
├── README.md
├── Vagrantfile
├── scripts
│ ├── certs.sh
│ ├── database.sh
│ ├── general.sh
│ ├── hitch.sh
│ ├── httpd.sh
│ ├── nginx.sh
│ ├── ords.sh
│ ├── siege.sh
│ ├── tomcat.sh
│ └── varnish.sh
├── software
│ ├── oracle-database-xe-18c-1.0-1.x86_64.rpm
│ ├── ords-19.1.0.092.1545.zip
│ ├── ords-19.2.0.199.1647.zip
│ └── put_software_here.txt
└── testsuite
├── ords-auto-manual
├── ords-connections
├── ords-demo
├── ords-protocols
├── ords-rev-proxy
├── ords-threads
├── ords-tps
├── ords-urls.py
├── ords-versions
└── ords-warmup