Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get hotswap working with Eclipse 3.5 and WL 10.1?

david.karrSep 9 2009 — edited Sep 9 2009
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2009
Added on Sep 9 2009
3 comments
3,252 views