> On Tue, 13 Nov 2001, Brian K. Buckley wrote: > > > Date: Tue, 13 Nov 2001 16:12:32 -0500 > > From: Brian K. Buckley <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: Re: upgrade b6 to 4.0.1 > > > > > Do you have an old J2EE.jar in your classpath somewhere? > > > > I start Tomcat using the standard startup.bat in the bin directory. Is my > > system classpath even used in the compiling of JSPs or anything else? I > > thought not. > > > > The system classpath (i.e. the CLASSPATH environment variable) is not > used, but Tomcat has all sorts of problems if you have a servlet.jar or > j2ee.jar file in your Java system extensions directory > ($JAVA_HOME/jre/lib/ext).
The 4.0.1 classloader is improved in that it will refuse to load javax.servlet from the webapp's repository, but unfortunately, it will still cause trouble with Jasper. We could make the Jasper classpath building more robust in the future, but it will need a bit of work. Remy -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
