I have developed a web application using tomcat 6, Java 6 but now the project is to be hosted in a server that supports only tomcat version 5.5.9.
when i run my web application in the tomcat 5.5.9, the arraylist items are not getting type casted automatically rather i am getting the items as type Object.
Does tomcat 5.5.9 support java version 5 or what might be the issue.
The project runf fine in tomcat 6.
SCJP 1.5, SCWCD 1.4.
Hanging between Web Services and EJB