Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
Description
Say we have an application that is already deployed to the server and the server is stopped. Now, the application is modified while the server is stopped and server restarted. What happens is that when server starts up, it will start the "old" version of the application. And after the server is full started, Eclipse will automatically deploy the "new" application. That's usuallly ok but if you are dealing with large applications or applications that take some time to initialize that's very painful.
So the idea here is that when such case happens only the "new" version of the application is deployed.