Od: scratch <[email protected]> Do: [email protected] Temat: How install roller on centos 5 with tomcat 5 ? Data: Sat, 06 Aug 2011 18:36:25 +0200
Hi, I try install roller 5 on my Centos 5, using installed from repo tomcat 5. I try install roller with manual from project homepage and from this blog ( http://www.davidghedini.com/pg/entry/install_apache_roller_4_with) But i still have error : Roller Weblogger has not been bootstrapped yet my dir structure on Centos is: ls /usr/share/tomcat5/ bin/ common/ conf/ logs/ server/ shared/ temp/ webapps/ work/ I put war file on webapps , and create conf/roller-custom.properties installation.type=auto database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8 database.jdbc.username=admin_db database.jdbc.password=wwww@wx!212p mail.configurationType=properties mail.hostname=mail.com mail.username=user mail.password=password next, I put this file to /usr/share/tomcat5/conf/ and other place for test (dirs: lib, server/lib ..) but this never work :/ In log file (catalina.out) I can see this : ------8<-------------------------------------------------- WARN 2011-08-06 20:06:02,836 WebloggerRuntimeConfig:getProperty - Trouble accessing property: site.frontpage.weblog.handle java.lang.IllegalStateException: Roller Weblogger has not been bootstrapped yet at org.apache.roller.weblogger.business.WebloggerFactory.getWeblogger(WebloggerFactory.java:60) ------8<-------------------------------------------------- My question is, how configure tomcat 5 for roller blog? TIA
