In linux, is it possible to have a web application written using Java 7 be deployed on tomcat6? If so, what configuration needs to be modified to allow it to work?
I have run into similar problem and it seems that JDK 1.7 doesn't have backward compatibility with Tomcat 6. You need to deploy it to Tomcat 7 or recompile using JDK 1.6.