Reputation: 31
I am currently trying to deploy code from .WAR file using a Weblogic Console. Currently it reverts to the Deployment that I had already deleted. No matter what changes I make it still reverts to the old code. What can I do to deploy my new code.
Upvotes: 3
Views: 3848
Reputation: 6227
If the above doesn't work, it is possible there is some caching going on. If that's the case try the following:
Uninstall your deployment as above. Go to the /domains/mydomain/servers/myserver/
directory and delete:
Then restart your server and deploy your new .war file.
Upvotes: 1