Ok, I'm trying to run JBoss with tomcat.  I've recently downloaded the
latest\greatest bundle.  I need a datasource that points to a mysql
database, so I added

<mbean code="org.jboss.jdbc.JdbcProvider"
name="DefaultDomain:service=JdbcProvider">
    <attribute name="Drivers">org.gjt.mm.mysql.Driver</attribute>
</mbean>

to my jboss.jcml in the configuration that I am running (which was just a
copy of the \conf\tomcat dir).  Now when I do a \bin\run myconf, tomcat does
not start.  If I take this line out, tomcat starts just fine.  Any thoughts?
    --m

Michael R. Thompson
http://www.instanton.com
512.439.3815


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

Reply via email to