I have installed tomcat4 on a testing machine (using apt-get) and I am using the IBM JDK 1.3.1 ( I have also tried their 1.4 ) but without success.
Tomcat4 itself runs fine, but the problems start when I try to enable SSL. I have downloaded JSSE 1.0.3 (which seems to be the latest) and added the provider, but I then get an exception complaining about PropertyPermission errors for javax.net.debug read. So I thought I would try 1.4, and that gave me errors about a class it could not find com.sun.net.ssl.SSLContext which I guess is due to IBM having reimplemented the JSSE provider. Has anyone successfully gotten tomcat4 with SSL working using IBM SDKs, or come to that any other SDK? If so which combinations work and what magic incantations are required to get them going? David