How can I hot deploy using the glassfish adapter in Eclipse

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-03-22T13:44:27Z Indexed on 2010/03/22 15:11 UTC
Read the original article Hit count: 463

Filed under:
|
|

Has anyone gotten the glassfish v3 adapter to work with Eclipse without restarting every time there's a code change? I tried to set this up but the adapter "republishes" every time I change any file, which is very annoying. It takes up to 3 minutes and locks up my machine for a second.

I must remember to constantly stop the adapter before making any changes. I'd settle for just disabling this "feature", but even if I uncheck "publish change immediately" this behavior still happens.

I'm using the latest version of the glassfish adapter and tried with eclipse 3.5 and the 3.6 milestone builds....

What setup is everyone using if you have glassfish v3 as your server? Is there any way to actually get the hot deploy feature to work correctly?

© Stack Overflow or respective owner

Related posts about glassfish

Related posts about java-ee