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

Reply via email to