How to set URL Rewrite (like mod_Rewrite in Apache) with Tomcat (8.x, 9.x - which supports rewrite natively ) and ORDS and Oracle Apex (with no Apache in front)?
Asked
Active
Viewed 2,746 times
3

Olafur Tryggvason
- 4,761
- 24
- 30

Etay Gudai 972-522-3322-47
- 599
- 8
- 20
-
Did you get this sorted? – Kris Rice Feb 10 '18 at 04:20
-
Yes. according to instructions below. – Etay Gudai 972-522-3322-47 Feb 10 '18 at 20:40
-
Great. Just tweeted it out for other ORDS users. – Kris Rice Feb 10 '18 at 21:07
1 Answers
1
Background : Assumed already installed :
- Oracle application express ( Apex 5.x in my case).
- Tomcat 9 (applicable for tomcat 8 as well).
- Ords (3.x in my case)
- Configuration described with with no Apache in front of Tomcat.
Installation (written out of my head) :
Go to : /usr/share/tomcat9/apache-tomcat-9.0.0.M4/webapps/ords/WEB-INF (according to your pathes)
Go to : /usr/share/tomcat9/apache-tomcat-9.0.0.M4/webapps/ords/META-INF (according to your pathes)
stop and start your tomcat
- /usr/share/tomcat9/apache-tomcat-9.0.0.M4/sbin/shutdown.sh
- /usr/share/tomcat9/apache-tomcat-9.0.0.M4/bin/startup.sh
Test it : http://yourdomain:port/ords , should lead you to : http://www.companyname3.com/

Etay Gudai 972-522-3322-47
- 599
- 8
- 20
-
-
Thanks. what exactly do you mean ? This is my paid dropbox account (not temp) – Etay Gudai 972-522-3322-47 Jul 28 '16 at 12:02