After production build I have deployed project in to tomcat server. When i open it in browser it is opening perfect and routing also working. But when I refresh the browser showing error 404. My tomcat folder structures is below
build path
tomcat
--webapps
--prod
--assets
--css
--js
index.html
seed.config.ts
APP_BASE = argv['base'] || '/';
index.html
<base href="/prod/">
This problem iam facing only on refresh the page. Please anyone help me on this issue. Thanks in advance