How to get hotswap working with Eclipse 3.5 and WL 10.1?
I'm using Eclipse 3.5 and WebLogic 10.1. I have "Oracle WebLogic Server Tools 1.2.0.200907171332" and related plugins installed.
I'm trying to get hotswap working between the debugger and WebLogic. I'm not sure what pieces are really required. I noticed the WebLogic startup command-line options to enable the agent for hotswap. I turned that on with a manual execution of "startWebLogic.cmd", and I saw those args end up on the JVM command line. However, when I connect to that JVM from Eclipse, debugging works fine, but making a source file change and saving it didn't appear to do anything. I verified the small change I made didn't happen at runtime.
I then tried creating a server from inside Eclipse, pointing it to the same domain. When I run it, I can debug perfectly fine, but I notice that the resulting JVM doesn't have the "agent" command-line options, and my test of making a small change didn't seem to cause any hotswap behavior.