When we build the prod build Iam getting prod folder in dist. and it is running well. When I copy that ‘prod’ folder in to my tomcat webapps, Iam able to run it but when I refresh the browser it showing 404 error. I have changed the base path also. But it is not working. Iam using cmd “gulp serve.prod –color –config-env prod” or “gulp build.prod –color –config-env prod” to build the app.
Can any one please help me on this.
Thanks in advance.