Title: RE: turbine setup, installation, getting started, help please?

sorry I did all my configuration on Linux.

  however I did have build problems related only to
  permissions to access the database.  Make sure you
  have a valid username for the DB and password.

   the full path is left at 127.0.0.1 if you are running
   both the server (turbine) and client (browser) on the
   same machine.  If they are on separate machines.  you
   will have to assign the right IP address for the server
   (turbine) across the network.

hope that helps....

-----Original Message-----
From: Andrea Papotti [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 4:25 PM
To: [EMAIL PROTECTED]
Subject: Re: turbine setup, installation, getting started, help please?


> In step #4 on the tdk-howto, I've modified the
> TDKROOT/webapps/APPNAME/WEB-INF/build/build.properties
> to use Hypersonic sql db (just for testing this newapp for now).  I'm not
> even sure if the properties for hsql is correct, so I'm listing them here:
>
> databaseUrl=jdbc:HypersonicSQL:FULLPATH/newapp
> databaseDriver=org.hsql.jdbcDriver
> databaseUser=sa
> databasePassword=
>
> (what's FULLPATH really?  do I specify something like C:\hsql\db or what?
> any examples?)
>

from my test:
---
databaseUrl = jdbc:mysql://127.0.0.1/newapp
databaseDriver = org.gjt.mm.mysql.Driver
databaseUser = root
databasePassword = [password removed to protect innocents]
databaseHost = 127.0.0.1
---

I was using mySql, so the databaseDriver does not apply, but the remaining
lines should be correct also for you.

Hope is useful,
Andrea


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