On Mon, 2 Apr 2001, Meir Faraj wrote:
> Hi all ,
> I've installed on windows 98 Tomcat 4.0 Nightly build (04/02/01)
> And got it run but context not start because of Exception...
> localhost_log.2001-04-02.txt log contain the error .
> the file is appended .
>
>
Most likely explanation is you have a copy of servlet.jar somewhere on
your classpath, in your system extensions directory
($JAVA_HOME/jre/lib/ext), or in your webapp itself. Doing any of these
things will interfere with th way that Tomcat sets up its class loaders.
Craig McClanahan