I am using the mysql database (5.0.41 community edition) with roller 4 (apache-roller-src-4.0-rc9) which i placed in Tomcat's webapps directory naming the folder roller4_0 .
I am using tomcat 5.5 with jre (java5) I get the screen via url http://localhost:8080/roller4_0/index.jsp whixh says Tomcat's common/classes folder have placed file roller-custom.properties: installation.type=auto database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb database.jdbc.username=root database.jdbc.password=admin mail.configurationType=properties mail.username=x mail.password=x ERROR: cannot load JDBC driver class [com.mysql.jdbc.Driver]. Likely problem: JDBC driver jar missing from server classpath. I then place mysql-connector-java-3.1.13-bin into Tomcat's common/lib Then, retstart the tomcat server HTTP Status 404 - /roller4_0/ -------------------------------------------------------------------------------- type Status report message /roller4_0/ description The requested resource (/roller4_0/) is not available.
