apex-pwa icon indicating copy to clipboard operation
apex-pwa copied to clipboard

Where to put manifest.json and sw.js on OXAR

Open allipierre opened this issue 6 years ago • 3 comments
trafficstars

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

allipierre avatar Dec 06 '18 18:12 allipierre

@allipierre

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

My 2 cents.

fuzziebrain avatar Dec 06 '18 21:12 fuzziebrain

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

allipierre avatar Dec 07 '18 13:12 allipierre

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

yvanbister avatar Apr 07 '19 11:04 yvanbister