on 5/8/01 9:40 PM, "Mahfudh Junaryanto" <[EMAIL PROTECTED]> wrote:
> databaseUrl = jdbc:inetdae7:localhost
> databaseDriver = com.inet.tds.TdsDriver
> databaseUser = sa
> databasePassword = sa
> databaseHost = 127.0.0.1
Uh. I can't believe I even need to comment on this.
Those aren't valid keys for the properties file. LOOK AT THE EXAMPLES.
# -------------------------------------------------------------------
#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
# These are your database settings. Look in the
# org.apache.turbine.util.db.pool.* packages for more information.
# The default driver for Turbine is for MySQL.
#
# The parameters to connect to the default database. You MUST
# configure these properly.
# -------------------------------------------------------------------
database.default.driver=org.gjt.mm.mysql.Driver
database.default.url=jdbc:mysql://localhost:3306/Turbine
database.default.username=username
database.default.password=password
-jon
--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]