You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Meir Faraj <fa...@netvision.net.il> on 2001/04/02 17:14:09 UTC

Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

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 .


Re: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

Posted by Meir Faraj <fa...@netvision.net.il>.
Thanks ,
 You are right ...
 I've put also the servlet.jar on lib so 2 copy whas in the CLASSPATH .

----- Original Message -----
From: "Craig R. McClanahan" <cr...@apache.org>
To: <to...@jakarta.apache.org>
Sent: Tuesday, April 03, 2001 1:03 AM
Subject: Re: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...


>
>
> 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
>
>
>


Re: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

Posted by "Craig R. McClanahan" <cr...@apache.org>.

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