Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am running a WebLogic 8.1 application server, despite restarts it is taking my old EAR file, is there a way to flush the old file?

share|improve this question

1 Answer

up vote 0 down vote accepted

If its weblogic 8.1, please delete the .wldonotdelete directory under weblogic server directory and restart your servers.

If it weblogic 9.2 and above version please go to server directory and delete tmp directory under server and restart your server.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.