Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
allipierre opened this issue Dec 6, 2018 · 3 comments
Open

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

allipierre opened this issue Dec 6, 2018 · 3 comments

Comments

@allipierre
Copy link

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
Copy link

@allipierre

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

My 2 cents.

@allipierre
Copy link
Author

allipierre commented Dec 7, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants