Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-27 Thread Nick Bauman
That's cool. I just wanted to mention it so that others who make assumptions like myself don't end up wasting their time like I did. At least the container works with 1.1. On Fri, 27 Oct 2000, Costin Manolache wrote: > EmbededTomcat was introduced initially to allow J2EE > integration, it may

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-27 Thread Costin Manolache
EmbededTomcat was introduced initially to allow J2EE integration, it may be possible to make it 1.1 compatible but it's not part of the "core" functionality. We never claimed we'll support all the features on 1.1, only that you'll have a working container. Costin --- Nick Bauman <[EMAIL PROT

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-26 Thread Nick Bauman
Okay, this will NOT work with JDK 1.1. Deceptively, it will build with 1.1, but it just traipses around Java files that have Java2 specific calls. H. So I get a Tomcat 3.2b6 that might run, but won't embed. (FI, the EmbedTomcat.java doesn't get built) -Nick On Thu, 26 Oct 2000, Nick Bau