Hello, Probably this is a naive question, but anyway:
I've configured and deployed ORDS on weblogic server. I've got a legacy architecture that connects to the same database but using OHS and mod_plsql.
In the legacy setup I have DADs configured with URLs and stuff. My question is how can I access these legacy applications that are accessible through mod_plsql via ORDS so I can switch off OHS?
How can I construct a proper URL? Because every ords app follows this pattern of f?p=1 etc. Do I have to modify ords configuration since it is the same database?
I don't really get the relation between these two connectors as I always worked with APEX listener (called now ORDS).
Any hints will be appreciated.