Thanks for the reply Dave. Yes, I was testing a small site before doing the real one, hence never wanted to wait one night to see the results ;-) Now, I have a different question. I need to have two aggregated pages, one as the main page with limited number of posts, and a second aggregated page with all the posts and pagination to navigate. I will have a link on the first (main) aggregated page to lead users to the second aggregated page. (same functionality as the blog.sun.com has, to show old posts in a separate aggregated page).
I would appreciate your suggestions/help on this. Dave-401 wrote: > > I'm glad that works for you, but you shouldn't have to do that. The > SyncWebSitesTask should run every night and add any new blogs to the > Planet Aggregator. Perhaps something was keeping it from running, or > perhaps you did not wait one night ;-) > > There is > - Dave > > > > On Wed, Dec 9, 2009 at 4:55 PM, ohomayamu <ohomay...@gmail.com> wrote: >> >> I found how to change the log level. >> Also got all the local blog entries on the main page after adding >> http://server:port/roller/main/feed/entries/rss to planet >> configuration>planet admin>subscriptions. >> >> >> ohomayamu wrote: >>> >>> 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 >>> =============================================== >>> >>> >> >> -- >> View this message in context: >> http://old.nabble.com/Setting-up-the-Planet-tp26705461s12275p26718013.html >> Sent from the Roller - User mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://old.nabble.com/Setting-up-the-Planet-tp26705461s12275p26732564.html Sent from the Roller - User mailing list archive at Nabble.com.