Hi everyone,
When I test locally using "npm start", everything works really well. Even the build is successful.
When I deploy the resulting war file however (found in the web/target/mapstore.war) in a tomcat container, I keep getting the following error : 'HTTP Status 404 – Not Found'.
I have tried deploying the war file in a local tomcat container and on a web server running tomcat, yet I keep getting the same error. I have also tried restarting the servers multiple times with no luck. (Please note that I have tested several times with the pre-built war file found on the github repo, which works very well).
Any clue to what the problem might be?
Thank you.