vincentmorneau / apex-pwa

A complete guide for turning an APEX application into a Progressive Web App
MIT License
82 stars 26 forks source link

Where is my root? to put sw.js #20

Open kasparwalter opened 4 years ago

kasparwalter commented 4 years ago

Hi there

We are using multiple databases. On some Instances with with weblogic, otehrs with tomcat. Our URL looks like that https://servername:PORT/ords/DB-SID/f?p=APP_ID

"they need to be at the root level of your APEX environment" where now is that? after ../ORDS/here or after ../ORDS/DB-SID/here?

We have no standalone-Config, any Idea where to find this doc_root-Parameter? Using ORDS 19.4 on a weblogic (mostly)

vincentmorneau commented 4 years ago

here: https://servername:PORT/sw.js

Do you have a DBA who manages your weblogic or tomcat backend server? They would know.

When I was working with Tomcat, I was dropping the files under a path called docroot, I believe next the ORDS files.