I'm using WebSphere Liberty Profile. Nothing I do seems to be making it reload its applications (see my related question here: https://stackoverflow.com/questions/28157860/websphere-liberty-profile-application-not-reloading)
A coworker suggested that perhaps WebSphere Liberty Profile expands the contents of the war somewhere and works with that instead of using the actual war. So since it's finding the already expanded contents, it's not even opening the new war. Is it the case that WebSphere Liberty Profile extracts the war somewhere, and if so, where?
I found this answer for the equivalent question in ordinary WebSphere. Can anyone provide an answer that's specific to WebSphere Liberty Profile?