Hi,

1) Confiure your jmsconfig.xml as follows:

<DatabaseConfiguration>
  <RdbmsDatabaseConfiguration
        driver ="org.git.mm.mysql.Driver"
        url="jdbc:mysql://your IP/database name"
        user="user name"
        password="password"
        retries="5"
        timeout="2000"
   />
</DatabaseConfiguration>

2) Create two environment varibles on the machine
where JMS is installed

a) JAVA_HOME
   your java home ex: c:\j2sdk1.4.0\

b) OPENJMS_HOME
   your JMS server
   ex: c:\openjms-0.7.2

regards
Yogiswar




--- Luis A <[EMAIL PROTECTED]> wrote:
> Did you reboot? If not, do it.
>
> Luis.
>
> ----- Original Message -----
> From: "Shahata, Ash" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 30, 2002 10:24 AM
> Subject: Re: jdbc url for mySql
>
>
> > I keep getting an error message telling me that
> the driver is not in the
> > classpath, although I placed the zip file,
> mysql-connector-java-2.0.14.zip,
> > under \catalina\lib and also placed it under the
> CLASSPATH variable, and
> re
> > started Tomcat!
> > Any idea, where else should I place it? The
> message says:
> > Could not load JDBC driver:
> org.gjt.mm.mysql.Driver
> >
> > Thanks
> >
> > -----Original Message-----
> > From: Martin Simon [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 30, 2002 1:53 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: jdbc url for mySql
> >
> >
> > org.gjt.mm.mysql.Driver
> > jdbc:mysql://your IP/name of database
> >
> > ----- Original Message -----
> > From: Shahata, Ash <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, September 30, 2002 2:15 PM
> > Subject: jdbc url for mySql
> >
> >
> > > Hi all - Im using mySql for development and I
> downloaded the MySQL
> > Connector
> > > J driver, however Im getting stuck with the jdbc
> url syntax.. The
> > > application is running on Win, do I need to
> create a DSN for mySQL?
> > >
> > > Thanks
> > >
> > >
> >
>
===========================================================================
> > > To unsubscribe: mailto [EMAIL PROTECTED]
> with body: "signoff
> > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with
> body: "set JSP-INTEREST
> > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found
> at:
> > >
> > >  http://archives.java.sun.com/jsp-interest.html
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> > >  http://www.jguru.com/faq/index.jsp
> > >  http://www.jspinsider.com
> > >
> > >
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with
> body: "set JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found
> at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with
> body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found
> at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to