Currently, the blog files are on the resources path and have to be compiled into the WAR file. This means that in order for new posts to be added, the WAR has to be regenerated and uploaded to the server. In order to fix this, we need to read the files from a path on the server, rather than one that is compiled into the WAR file. This would allow us to upload files without having to regenerate the WAR each time.
Currently, the blog files are on the resources path and have to be compiled into the WAR file. This means that in order for new posts to be added, the WAR has to be regenerated and uploaded to the server. In order to fix this, we need to read the files from a path on the server, rather than one that is compiled into the WAR file. This would allow us to upload files without having to regenerate the WAR each time.