My web application is meant to be able to export server-side generated charts with a save button.
However, upon trying to save any charts that have been displayed in the application, I am greeted with a 404 error page from JBoss.
I'm running Linux Mint 17.3. The web application runs on top of Apache, JBoss 3.0.0-CR2, and Java SDK 1.7. It was built with Maven.
I've attached a screenshot below.
My question is this: why am I getting a 404 error, and where does the issue actually come from?