Tomcat 7 upgrade from tomcat 5 while connecting to LDAP gives error :
main, READ: TLSv1 Alert, length = 2 main, RECV TLSv1 ALERT: fatal, illegal_parameter m
Solution to this problem is:
Disabling ecliptic curves with command: -Dcom.sun.net.ssl.enableECC=false
-Dcom.sun.net.ssl.enableECC=false
Disabling server name extension: -Djsse.enableSNIExtension=false
-Djsse.enableSNIExtension=false
Installed unrestricted policy jar files.
This resolved issue and I am able to run application.