Hi, I have set up apache roller 4.0 in my local environment JDK 5 Tomcat-5.5.16 MYSQL 5.0
and I am using "mysql-connector-java-3.1.12-bin.jar" for establishing connection to mysql database. I followed the step in the roller-install-guide and set up my environment. Things work fine for the first time, and I am able to connect to database and create tables using automatic installation. Also I am able to create a user and do everything. Issues arises when I restart my tomcat server, everytime after that when I try to login it says "Wrong username and password combination" , though the username and password is correct. I have tried many times, even re-installing roller few times and creating a new database, but the issue still exists. The following is the entry in my roller-custom.properties for database connection installation.type=manual database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb database.jdbc.username=scott database.jdbc.password=tiger Please help me out.. it has been like a week trying to figure out the mistake, I guess its a very small one, but I am not able to figure out. Thanks Abhijeet [EMAIL PROTECTED]
