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 to put manifest.json and sw.js on OXAR #6

Open allipierre opened 5 years ago

allipierre commented 5 years ago

Hallo Vincent,

I followed your great complete Guide about PWA and could put manifest.json and sw.js in my local system under /webapps/ROOT in Tomcat. It worked great. Now I would like to do it in OXAR(https://github.com/OraOpenSource/OXAR) too. I would like to know where to put manifest.json and sw.js in OXAR.

Regards

Pierre

fuzziebrain commented 5 years ago

@allipierre

OXAR uses node4ords as a reverse proxy. I would start with that, since these are static files.

My 2 cents.

allipierre commented 5 years ago

Hi Adrian,

thanks for the Answers. I have put the files under /var/www/public/

The start url is in manifest.json like this https://mydomain.de/ords/f?p=185:1

when calling the manifest.jon in the browser tab , it look like this https://mydomain.de/public/manifest.json

but the PWA need to have manifest.json like this https://mydomain.de/manifest.json

Any ideas?

Thanks

Pierre

yvanbister commented 5 years ago

@allipierre Did you ever figure this out? I'm trying it as well but can't find a solution