I’m having a problem with changes to my code being deployed automatically without a manual redeploy.
I have an EAR project which consists of EJB (2.x) and two WAR projects. I have deployed this EAR file to Websphere 7 using the ‘classic’ mode. I have Project-> Build Automatically switched on.
The problem is that whenever I made a change it is not hot-deployed (even a simple change to a JSP file). The project in the server view shows a status of Redeploy and Mode of Packaged.
Is there something else I should be doing? It’s a real pain to have to manually redeploy each time, especially as the deploy seems to take much, much longer than RAD used to. (RAD would deploy in a few seconds. MyEclipse Blue maybe 10 minutes).
I had all this working in MyEclipse Blue 7.5 and Websphere 6.1 and cant see any differences in my set up.