On Sun, Feb 24, 2008 at 8:08 PM, Eric Wittle <[EMAIL PROTECTED]> wrote: > P.S. - Config is Roller 4.0 running on Tomcat 5.5.25 with Java 6 on > Ubuntu 7.0.4 with Mysql 5. The planet aggregator was working on 3.1 > prior to the upgrade to 4.0. > > P.P.S. - Sanitized version of planet-custom.properties is below: > # Core planet aggregator configuration information for Roller 4.0 > installation.type=auto > database.configurationType=jdbc > database.jdbc.driverClass=com.mysql.jdbc.Driver > database.jdbc.connectionURL=jdbc:mysql://localhost:3306/roller > database.jdbc.username=<omitted> > database.jdbc.password=<omitted> > planet.aggregator.cache.dir=/share/roller_data/planet > cache.dir=/share/roller_data/planet
Hmm... That looks like the right stuff for planet-custom.properties. The stuff below should be in roller-custom.properties, but it's not clear to me that this is the cause of the problem. >tasks.enabled=ScheduledEntriesTask,ResetHitCountsTask,\ >TurnoverReferersTask,PingQueueTask,RefreshRollerPlanetTask,SyncWebsitesTask >planet.aggregator.enabled=true - Dave
