Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-23 Thread smallufo
2009/12/23 Alex a...@caucho.com Hi , this is my resin's init message : I grep no HotSwap keyword here ... Putting Spring aside for a moment, make sure the following is done: - compile resin.jni (./configure --prefix=/pathtoyourresin; make; make install) Oops , I know what went wrong . I

[Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread smallufo
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

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
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 ,

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread smallufo
Hi , this is my resin's init message : I grep no HotSwap keyword here ... log level is enabled : logger name= level=all/ logger name=com.caucho level=config/ -Xdebug is enabled too : jvm-arg-Xmx256m/jvm-arg jvm-arg-Xss1m/jvm-arg jvm-arg-Xdebug/jvm-arg

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread smallufo
2009/12/23 smallufo small...@gmail.com Hi , this is my resin's init message : I grep no HotSwap keyword here ... log level is enabled : logger name= level=all/ Oops sorry , this should be log , not logger But after I restart resin , I still cannot grep any HotSwap keyword in

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
2009/12/23 smallufo small...@gmail.com Hi , this is my resin's init message : I grep no HotSwap keyword here ... log level is enabled : logger name= level=all/ Oops sorry , this should be log , not logger Actually it's log and logger log name= level=all path=stdout:

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
Hi , this is my resin's init message : I grep no HotSwap keyword here ... Putting Spring aside for a moment, make sure the following is done: - compile resin.jni (./configure --prefix=/pathtoyourresin; make; make install) - change default resin.conf from log name= level=info path=stdout: