Re: migrating Tomcat 5.5 SSL Connector to 7.0

2012-02-13 Thread Mark Lim
There's been one request for follow up so I'll post our current findings. This is what we've identified that we need to do to get Tomcat running after moving from 5.5 to 7.0. At this point web application porting can commence. 1. We used several Tomcat classes (e.g. EndPoint, ServerSocketFactory)

Re: migrating Tomcat 5.5 SSL Connector to 7.0

2012-01-06 Thread markt
Mark Lim wrote: >It seems that tomcat is trying the default JSSE implementation despite >the sslImplementationName attribute being set. Are there internal >precedence controls or does the classloader hierarchy matter or what? No, but what makes you assume what you are trying will work? You hav