BellJohn / DC2060

DC2060 Team Project
1 stars 0 forks source link

Blog posts are compiled in the WAR, rather than read from a server location. #32

Closed BamfordJ closed 4 years ago

BamfordJ commented 4 years ago

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.