Ok - Lets stay on 4.1.12 for Win 2K
------------------------------------

Yes, did re-start

JdbcRealm in 4.1.12 - ? not sure - just trying to configure a DBCP data source.  The 
mysql db is on a different machine than tomcat.  Tomcat is local running on Win2K, 
MySql is remote on RH 7.3

Ok - tried mysql-connector-java-2.0.14-bin.jar in /common/lib - here is the exception:
        org.apache.jasper.JasperException: java.sql.SQLException: Server configuration 
denies access to data source


jar archive seems fine - can jar -tvf and see the class - thanks for idea though


Thomas


-----Original Message-----
From: Cox, Charlie [mailto:ccox@;cincom.com]
Sent: 28 October 2002 13:18
To: 'Tomcat Users List'
Subject: RE: Shared Class Loader (4.0.5) and (4.1.12) Win 2K


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>


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