This question relates to a question I asked earlier and in order not to include the same code snippets, I would be glad if you would view it here.
I deploy the application on Tomcat 8.5. and now I see the return value of getMessage()
from the HelloWorld managed bean displayed in the browser.
Now when I edit the value in the getMessage()
function for instance instead of "Hello World!" I use "Hello World!................" and save and redeploy, the old value keeps displaying in the browser. Even if I restart Tomcat, it is the same old value. I just don't understand why.
I don't know if the problem is a cache problem or what. What I don't understand it is even after shutting down the server and restart it, I get the same old value.