"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
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
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
"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)
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
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