I am running Tomcat 3.2 on SuseLinux with JDK 1.3.1 but I wish to change to JDK 1.4.2 as I understand that the use of JDK 1.4.* fixes a couple of problems regarding memory leaks and hangs.
When I change to JDK 1.4.2 and restart Tomcat, I find that none of my JSPs can be found. If I switch back to JDK 1.3.1 it all works fine again.
I am using a symbolic link called JDK to point to the actual JDK directory so that my startup scripts do not have to be changed.
Does anybody know of any compatibility problems with these versions, or why tomcat seems to start ok but then does not serve my JSPS?
When I change to JDK 1.4.2 and restart Tomcat, I find that none of my JSPs can be found. If I switch back to JDK 1.3.1 it all works fine again.
I am using a symbolic link called JDK to point to the actual JDK directory so that my startup scripts do not have to be changed.
Does anybody know of any compatibility problems with these versions, or why tomcat seems to start ok but then does not serve my JSPS?