I am working on Java server side code (Java EE) using Eclipse and run a weblogic server. The code will then be built and deployed into weblogic using Ant. Normally, when I make a change, I have to run Ant to build the code and restart weblogic to see the change. Now I cannot just set a check point in source code and run Ant build source code to debug.
Provided I am having weblogic running on localhost:7001, and having my app named my_app. So I will have to go to localhost:7001/my_app to see the change.