[Lift] Re: Where is the default.props in the lift1.1-M6 and the Full method ?

2009-10-21 Thread GA
Hello Neil, the file must be located in src/main/resources/props/default.props Here you have an example that it is working for us: db.driver=org.postgresql.Driver db.url=jdbc:postgresql://localhost/dbname db.user=userName db.password=Password You should create the props directory and the

[Lift] Re: Where is the default.props in the lift1.1-M6 and the Full method ?

2009-10-21 Thread Neil.Lv
Hello GA, Yeah, this information is very useful. Thank you very much ! Cheers, Neil On Oct 21, 4:48 pm, GA my_li...@me.com wrote: Hello Neil, the file must be located in src/main/resources/props/default.props Here you have an example that it is working for us:

[Lift] Re: Where is the default.props in the lift1.1-M6 and the Full method ?

2009-10-21 Thread Jim Barrows
On Wed, Oct 21, 2009 at 1:48 AM, GA my_li...@me.com wrote: Hello Neil, the file must be located in src/main/resources/props/default.props Here you have an example that it is working for us: db.driver=org.postgresql.Driver db.url=jdbc:postgresql://localhost/dbname db.user=userName