I am new to GWT and I am upgrading my existing GWT application to java 8 (jdk1.8.0_251) and tomcat 8(8.0.53), it is working fine on windows machine but when I tried to deploy on host linux machine with exactly same java and tomcat configuration it is giving error com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The response could not be deserialzied
if there is GWT version incompatibility issue with java 8 or tomcat 8 it should not work in windows ? what could be the other possible reasons and where to look ? I am using following configuration
- GWT version 2.9.0
- tomcat version 8.0.53
- java 1.8.0.251
After investigation I found out that only Date type is not getting deserialized. Is there any specific format or date related settings for tomcat 8 ?