Hi all, I'm new to the Roller and trying to set up a blog site with an aggregated page. I followed the installation document as well as this post from David.<http://technobuzz.wordpress.com/2008/01/06/roller-4-planet/> When I add a feed link to planet configuration>planet admin>subscriptions, the feeds get populated on my main page. But none of the local blog entries ever got there. Below is my site setup.
Main blog page - acts as the aggregated site wide front page. blogger1 - blog of user1 blogger2 - blog of user2 blogger3 - blog of user3 I followed this mailing list archive<http://mail-archives.apache.org/mod_mbox/roller-user/200801.mbox/browser>but couldn't find much of a help. I'm using Roller 4.0.1 on Tomcat 6.0 and MySQL 5.1. Please let me know: 1) how to change the log level of the roller so that I can get some idea by looking at the logs 2) how to change the refresh time of the aggregated page. 3) anything that I have missed with the setup. My properties files are below. Thanks in advance for any help/suggestion with this. ================== planet-custom.properties ================== database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb database.jdbc.username=admin database.jdbc.password=admin cache.dir=C:\\roller_data\planetcache ======================== roller-custom.properties ======================== installation.type=manual database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb database.jdbc.username=admin database.jdbc.password=admin mail.configurationType=properties mail.hostname= mail.username= mail.password= planet.aggregator.enabled=true planet.aggregator.cache.dir=C:\\roller_data\planetcache planet.aggregator.guice.module=\ org.apache.roller.weblogger.planet.business.jpa.RollerPlanetModule # Tasks which are enabled. Only tasks listed here will be run. tasks.enabled=ScheduledEntriesTask,ResetHitCountsTask,TurnoverReferersTask,PingQueueTask,RefreshRollerPlanetTask,SyncWebsitesTask # Set of page models specifically for site-wide rendering rendering.siteModels=org.apache.roller.weblogger.ui.rendering.model.SiteModel,org.apache.roller.weblogger.ui.rendering.model.PlanetModel ===============================================