Re: [Resin-interest] Problem of application reload

2006-11-09 Thread Carfield Yim

Strangle enough when I put the classes of my application from a jar at /lib
to individual classes at /classes and the problem gone.
-- 
View this message in context: 
http://www.nabble.com/Problem-of-application-reload-tf2599604.html#a7271178
Sent from the Resin mailing list archive at Nabble.com.


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


Re: [Resin-interest] Problem of application reload

2006-11-09 Thread Scott Ferguson

On Nov 8, 2006, at 8:04 PM, Carfield Yim wrote:

>
> According to http://wiki.caucho.com/Losing_session , once the  
> timestamp of
> web.xml change, the application will reload. However my  
> installation of
> resin don't do that. I've check resin3.log but nothing special  
> show. Anyone
> have any idea about that?

It also depends on the dependency-check-interval.  If the interval is  
large, then Resin won't check the web.xml very often.

Also, there are some dependency checks (web.xml?) where Resin  
computes a CRC of the file and only updates if the crc changes.  In  
that case, you'd need to actually modify the file (e.g. adding a  
space) to force the reload.

>
> By the way, I am using wicket and there is always
> wicket.util.watch.ModificationWatcher running to watch if the template
> updated. Will it affect the application reload?

That should be independent.

-- Scott

>
> -- 
> View this message in context: http://www.nabble.com/Problem-of- 
> application-reload-tf2599604.html#a7252166
> Sent from the Resin mailing list archive at Nabble.com.
>
>
> ___
> 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