I believe that whatever classpath you have set in your environment is 
overridden by Tomcat by its startup script, and it just puts classes that 
Tomcat needs into the classpath.  Then Jetspeed has its own rules for 
classes:  either to put them in WEB-INF/classes or WEB-INF/lib.  Jetspeed 
looks at /classes first and if there is a duplicate class in /lib it ignores 
the class in /lib and uses the one in /classes.


>From: Sergio <[EMAIL PROTECTED]>
>Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>To: Jetspeed Users List <[EMAIL PROTECTED]>
>Subject: Re: Sorry...app problems
>Date: Thu, 16 May 2002 12:18:24 -0700 (PDT)
>
>Ok, I figured it out, after verifying that java was
>finding my mm JDBC driver, then I remembered that
>originally I put that driver in
><tomcat>\webapps\jetspeed\WEB-INF\lib\
>and it works...but the problem is that it seems that
>the app wont look in the classpath for the necessary
>classes.  Any ideas with that?
>
>Sergio
>--- gus <[EMAIL PROTECTED]> wrote:
> > Sergio schrieb::
> >
> > > Horrible Exception: java.lang.Error: Error in
> > > BasePeer.initTableSchema(TURBINE_USER): No
> > suitable
> > > driver at
> >  >
> >
>org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:232)
> >
> > Looks like the org.gjt.mm.mysql.Driver class cannot
> > be found. Either
> > the classname is not correct or the class (or jar)
> > file is not in the
> > classpath.
> >
> >    gus
> >
> >
> > --
> > To unsubscribe, e-mail:
> >
><mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
>
>__________________________________________________
>Do You Yahoo!?
>LAUNCH - Your Yahoo! Music Experience
>http://launch.yahoo.com
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to