> Hi :
> 
> I remember long long time ago , resin was (the only one that) able to reload 
> only the modified class , not the entire web-app. That was great !
> 
> But after I upgraded to some version (sorry , I forget what version , it is 
> long ago) , it didn't work anymore.
> 
> Today , I check again , 3.1.19 still reload all web-app even I modified a 
> String in println()  , (The class signature remains intact)

I am not sure if you mean 3.1.9, but I checked with 3.1.9 and JDK 1.6.0_17 on 
windows – worked fine.

When resin starts serving first app it'll output either 

"In-place class redefinition (HotSwap) is available."
or
"In-place class redefinition (HotSwap) is not available.  In-place class 
reloading during development requires a compatible JDK and -Xdebug."

at the config level (by default the logging level is lower, so you'll need to 
change levels to see the message.

<log name="" level="all"...

<logger name="com.caucho" level="config"/>

--Alex

> 
> How to recall this feature now ?
> 
> Thanks.
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to