Re: Need to deploy on Tomcat serer

by Puybaret » Fri Mar 13, 2015 7:42 am

I don't think that a NotSerializableException is due to an issue in the URL or a network error.
This exception is probably due to additional classes that you use in your saved homes that are not marked as Serializable. Don't forget to add a serialVersionUID field to your class(es) if you want to keep its compatibility when you'll add new fields and methods to it.