Deploy ORDS to Tomcat
- install ORDS as standalone in your webserver and connect to your database server (if it is not in localhost you need to open listener port on database server and allow access to it remotely)
Java -jar ords.war –config configdirectory install
- check if it works ok using:
Java -jar ords.war –config configdirectory serve
- update your java to the latest version
- install tomcat
For windows: Download installer and install the tomcat - mkdir name “i” in tomcat/webapp
- copy content of the apex/images to tomcat/webapp/i directory
- in ord directory run following combat to generate webappllication archive to deploy in tomcat
Java -jar ords.war –config configdirectory war appname.war
- copy appname.war in tomcat/webapp
Done!