On Sun, Apr 22, 2001 at 07:04:45PM +0100, Eric Carlson wrote:
> Hi,
> 
> I'm unsure exactly what to put in jboss.conf in order to get the 
> org.gjt.mm.mysql.Driver (v 2.0.4, in the classpath ok) to load.
> 
> I tried this :
> <MLET CODE = "org.gjt.mm.mysql.Driver" ARCHIVE="jboss.jar"
> CODEBASE="../../lib/ext/">
>    <ARG TYPE="java.lang.String" VALUE="java:/DefaultDS">
> </MLET>

You load JDBC drivers by adding the class to the JdbcProvider (or something
similar) entry in jboss.jcml.  The MLet stuff is for JMX MBeans.

Toby.

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to