Hi, --- "Christopher E. Starnes" <[EMAIL PROTECTED]> wrote: > > database.default.driver=org.postgresql.Driver > database.default.url=jdbc:postgresql:turbine > database.default.username=postgres > database.default.password=postgres > > database.adaptor=PostgreSQL > database.adaptor.PostgreSQL=org.postgresql.Driver >
Looks good - we have used Oracle and Mysql fairly ok. You have included the jdbc jar in your WEB-INF/lib - right? And you have created your DB using the sql scripts in src/sql? Have you looked in the WEB-INF/log/jetspeed.log - there is sometimes more useful clues to the problem in there. HTH, Chris ===== SHAMELESS PLUG: http://www.soccer2002.org.uk - Football World Cup 2002 Japan/Korea __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
