Re: HttpSession loose attributes.

2006-09-22 Thread Christopher Schultz
Dzmitry, > When i do the same with jsp or html files everything is OK. > Where is my mistake? How to make this "fast deployment" without loosing > session. If the objects you put into the session do not implement Serializable, then your session will fail to re-load along with the webapp. When y

HttpSession loose attributes.

2006-09-21 Thread Dzmitry Ilyin
Hello Everybody, Could anybody help to solve the problem. I have apache Tomcat 5.5 . My web application stores some attributes in HttpSession object, for ex. User object , etc. When i updating some java classes (.class) in application (just copy it to WEB-INF / etc) or resources (for ex .