step 1: configure TurbineRes.props as shown below:

#database.default.driver=org.hsql.jdbcDriver
#database.default.url=jdbc:HypersonicSQL:${webapp.dir}/WEB-INF/db/jetspeed
#database.default.username=sa
#database.default.password=
database.default.driver=org.gjt.mm.mysql.Driver
database.default.url=jdbc:mysql://localhost:3306/mysql
database.default.username=root
database.default.password=

database.adaptor=DBMM
database.adaptor.DBMM=org.gjt.mm.mysql.Driver

step 2: Run sql script for mysql. This creates database needed by
turbine/jetspeed. scripts are located in:
C:\Jetspeed\jakarta-jetspeed\src\sql\external

Thats it.

-Raje

> -----Original Message-----
> From: Paul Lewis [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 05, 2001 12:37 PM
> To: [EMAIL PROTECTED]; Sumit Ranjan
> Subject: Re: mysql
> 
> 
> 
> ----- Original Message -----
> From: Sumit Ranjan <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 05, 2001 3:16 PM
> Subject: mysql
> 
> 
> > hi all !
> >   i want to use mysql in place of hsql.
> >   please tell me how to go about it.
> >
> > thanx
> >
> > Sumit Ranjan
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >
> 
> I'm pretty new to Jetspeed myself but from reading through  
> the docs I think
> you need to
> to alter the database.default parameters. These are in the
> turbine.resources.properties file located in
> <path_to_jetspeed>\web-inf\ conf\TurbineResources.properties.
> 
> Presuming your classpath is set up correctly that should sort out your
> problem.
> 
> Ian Lewis
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to