I have a Dynamic Web App in Eclipse deploying into a WebSphere Liberty pluging. It was deploying fine until I create an Ant file to build an EAR file.
After that automatic Deploy Stuck on 80% of the publishing process Stay with Msg: Publishing : myEAR: Waiting for application status from the server.
I remove the ant file but anyway. What can I do to make Eclipse work as before.
Is there anything in the workspace .log file (/.metadata/.log)?
– Erin Sep 27 '16 at 18:18If you switch the loose config mode does it work? Double click on the server in the Servers view to open the server editor. Toggle the Run applications directly from the workspace checkbox and then try to deploy again.