Page 1 of 1

ORDS 22.X Installation on Windows 2010 and Tomcat 9

Posted: Sat Jun 03, 2023 4:26 pm
by admin
As you might know Oracle has changed the way it was installing ORDS so now instead of using java ords.war now syntax is changed. Here are steps to install ORDS for Oracle APEX in Wndows 2010 with deployment in Tomcat 9.

1. Download following softwares,

a. JDK 11 or 17
b. ORDS 22.x r 23.1
c. Oracle APEX (if not installed yet)
d. Tomcat 9

2. Install JDK no space in the path.
3. Install Tomcat 9 no space in the path.
4. Unzip ORDS in a folder on C but no space in the path.
5. Open command prompt as Administrator and CD to ords folder.
6. Create a config folder in ords folder.
7. C:\OracleDB19c\ords> ords --config C:\OracleDB19c\ords\config install
8. Last propmpt will ask 1 to start as standalone doing so will ask some more details.
9. If you want to use Tomcat web server then in step 8 select 2 which is skip.
10. copy images folder in Tomcat webapps and rename as folder i like C:\tomcat9\webapps\i
11. copy ords.war from order folder to C:\tomcat9\webapps
12. Update config path as below in Tomcat cat exe properties.
tomcat settings.jpg
13. Start Tomcat and using URL in browswer http://localhost:8080/ords