> From: Yucca Nel [mailto:yucca...@live.co.za]
> Subject: should I serialize?
> 
> In my first appliaction that would like to go live, II would like to
> know if my webapp needs serialization as I plan to have everything in a
> single war an deployed on tomcat with hosting provider.

In a non-clustered environment, Tomcat will serialize only the HttpSession 
objects and whatever they have links to.  Just make sure that any attributes 
you add to a session are themselves serializable.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to