I need more info than this to figure out the problem. what database? what url you using?
But, I installed roller on tomcat with mysql. do you have roller-custom.properties in common/classes? I have this in mine... installation.type=auto database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb database.jdbc.username=x database.jdbc.password=y On Jan 6, 2008 7:38 AM, raghs <[EMAIL PROTECTED]> wrote: > > Hi, > > I have installed roller 4.0 war on tomcat server. When I login to the site > and click on server administation link and fill in all the site-wide > configuration settings, it gets saved in the DB, but if I click on the > Configuration link again all the values in the fields disappear. > > The same thing happens when I create a new User. I see that the user is > created in DB, but it doesn't show up on the page. > > There's no exception in the roller.log. Am I missing something? > > > -- > View this message in context: > http://www.nabble.com/Roller-Configuration-Problem-tp14649815s12275p14649815.html > Sent from the Roller - User mailing list archive at Nabble.com. > >
