did you restart tomcat after movig it to /tomcat/lib?

are you using it for a JdbcRealm in 4.1.12? If so, you need to put it in
/common/lib so that the tomcat internal classes can access it along with
your web app.

Charlie

> -----Original Message-----
> From: Curley, Thomas [mailto:thomas.curley@;euroconex.com]
> Sent: Monday, October 28, 2002 8:14 AM
> To: [EMAIL PROTECTED]
> Subject: Shared Class Loader (4.0.5) and (4.1.12) Win 2K
> 
> 
> Hi,
> 
> While trying to load mysql driver :
> 
> Shared Class Loader:
> on 4.0.5  - I placed mysql 
> 'mysql-connector-java-2.0.14-bin.jar' in  $CATALINA_HOME/lib 
> but still got  - Cannot load JDBC driver class 
> 'org.gjt.mm.mysql.Driver'
> on 4.1.12 - I placed mysql 
> 'mysql-connector-java-2.0.14-bin.jar' in  
> $CATALINA_HOME/shared/lib but still got  - Cannot load JDBC 
> driver class 'org.gjt.mm.mysql.Driver'
> 
> Common Class Loader:
> on 4.0.5 $CATALINA_HOME/common/lib  - the common class loader 
> works - Why is this ? - is the doc wrong or am I mssing a step
> 
> 
> thanks
> Thomas
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to