David Ziants wrote: > Constraints of my new project say that I have to use jdk 1.3.2 > (otherwise I would gladly move it to Java 5). > > > I still want to try and use the latest version of Tomcat (5.5.15 is what > I have installed), and configure for jre 1.3 .
Tomcat 5.5.x requires 1.4 or later. Getting it working with 1.3 will require source code changes. It shouldn't be impossible but I am not aware of anyone that has done it. You could use 5.0.28 (stable) or 5.0.30 (beta) which only require JDK 1.3. Be aware that there has been little work on 5.0.x for quite some time. If you hit a bug there is little chance of it getting fix and even less of there being another 5.0.x release. I guess 4.1.x is an option as well. It's last release was around the same time as 5.0.28 and it requires JDK 1.2. On the down side it is a generation older than 5.x but I have been fixing the reported bugs in 4.1.31 and there is a chance of a 4.1.32 release at some point. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]