I deployed my compiled Angular project as part of an existing project in JBOSS instance and am facing an issue in Browser Refresh
So for example I am calling a short url which looks like
which redirects to
(baseHref has been set to /contextPath/scm/projectName/)
Now on load URL changes to
.../contextPath/scm/projectName/login
Loading is fine but then on refresh I get 404 as jboss does not recognise the new url
I thought using HashLocation Routing would solve it, but it avails same result.
Any suggestions how to handle this would be helpful.