I am using an old WebSphere Application server version 8.5.5.9 in Windows 10. I tried to upgrade it to the latest version but my old application doesn't start up due to some dependency on the old version of WebSphere. The problem I am facing that my latest code deployment doesn't show the latest changes. It shows some old previous stuff. I am guessing WebSphere cache my application class files somewhere. When I google how to clean the Websphere application server's cache? I found some link as:-
http://www-01.ibm.com/support/docview.wss?uid=swg21607887
Those mentioned files do not exist. I downloaded WebSphere from this link:-
https://www-01.ibm.com/support/docview.wss?uid=swg24041819#LibertyZip
So how do I clean server cache for this particular version? I am guessing to get the latest code deployment should work if I could clean the server caches. I am not sure. So please advice me how do I get the latest code deployed to WebSphere?