Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-19 Thread Bill Barker
"Mark Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Joe Bohn wrote: >> IIUC, this code in JSSEImplementation: >> >> static final String JSSE13Factory = >> "org.apache.tomcat.util.net.jsse.JSSE13Support"; >> >> should be: >> >> static final String JSSE13Fact

Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-19 Thread Mark Thomas
Joe Bohn wrote: > IIUC, this code in JSSEImplementation: > > static final String JSSE13Factory = > "org.apache.tomcat.util.net.jsse.JSSE13Support"; > > should be: > > static final String JSSE13Factory = > "org.apache.tomcat.util.net.jsse.JSSE13Factory"; > > since there i

Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-19 Thread Joe Bohn
Thanks for the quick response! I think I've discovered some more problems while looking into this class and references to it. JSSEImplementation contains code to select the correct factory based upon the JVM version. However, it appears that there is a typo in the class name. IIUC, this c

Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-18 Thread Bill Barker
"Joe Bohn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I'm trying to build Tomcat 5.5.15 using the IBM 1.5 JDK. > > Why? Because I'm working with a user that wants to run with the IBM 1.5 > JDK in production. They want to build Tomcat with the IBM JDK for 2 > reasons: > 1)

Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-18 Thread Mark Thomas
Joe Bohn wrote: > Have other folks built Tomcat using JDKs other than Sun's? How do you > work around problems like this? Deleting the class any any reference seems like the way to go to me. Mark - To unsubscribe, e-mail: [EMA

JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-18 Thread Joe Bohn
I'm trying to build Tomcat 5.5.15 using the IBM 1.5 JDK. Why? Because I'm working with a user that wants to run with the IBM 1.5 JDK in production. They want to build Tomcat with the IBM JDK for 2 reasons: 1) To ensure that they can build if they have to fix/change something (and this is t