Hi all,
I'm not an expert on DB so apologies if asking a RTFM question, although I mainly read it
I had APEX 20.1 and ORDS 19.2 standalone successfully installed and working in my DB 19.6 (DBCS running in OCI). I have a couple of REST services already developed and deployed that work fine.
I decided to move out APEX & ORDS to a separate server on top of WLS 12.2.1.4 (from OCI market place).
I followed all instructions, mainly:
- Generate i.war file and copy all images folder contents to the WLS server in a known location
- Copy both ords.war and i.war files to WLS server machine
- Run java -jar ords.war on WLS machine to setup the DB connections and that it's *not* an standalone installation
- Deploy both i.war and ords.war files on WLS with the correct settings as per the documentation
- Modify WLS's config.xml as per the documentation and restarted the servers
- Once restarted, I start both apps
If I then go to http://<wls server>/ords I get the APEX logon page and I can successfully login to my existing APEX workspace.
I see all my existing REST modules. So far so good.
However, when I try to invoke any of the existing REST services, I get an APEX "404 Not Found" error (by "an APEX" I mean that I get an APEX screen, with its style, etc, and the404 Not Found error):

Just in case it's a matter I have to de-register the schema, I did so and started from scratch, with same result.
What am I missing?
Thanks,
Carlos