In traditional newbie form, I discovered my mistake immediately after I sent the question.
I had a typo in the properties where I referred to "pgsql" instead of "postgresql" as I had elsewhere. I do have one followup question though: Should I be concerned by various errors during the SQL activities of $ ant init ? Thanks, MT --- Michael Teter <[EMAIL PROTECTED]> wrote: > Howdy. I hope this is the correct list to be asking this question on. > > I have followed this howto: > http://jakarta.apache.org/turbine/tdk/tdk-howto.html > > I'm using PostgreSQL database, and I set the following values in my > $TDK_HOME/webapps/newapp/WEB-INF/build/build.properties file: > > database = postgresql > databaseDriver = org.postgresql.Driver > databaseUrl = jdbc:pgsql://localhost/newapp > databaseUser = postgres > databasePassword = something > databaseHost = localhost > > torque.database.name = newapp > torque.database.manualCreation = false > torque.database.driver = org.postgresql.Driver > torque.database.createUrl = jdbc:postgresql://localhost/newapp > torque.database.buildUrl = jdbc:postgresql://localhost/newapp > torque.database.user = postgres > torque.database.password = something [snip] __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
