Monday February 02, 2004
JavaBlogs and Roller's duplicate post problem Charles has figured out why JavaBlogs gets duplicate posts from Roller-based blogs. And Dave proposes a solution:
I just now changed the JRoller "absolute URL to site" setting to force the domain name to jroller.com. The setting was blank before.
Without this setting, the JRoller feeds were using whatever hostname was requested at cache refresh time. So if the first request after the cache timeout was for freeroller.net then the GUID's in the RSS feed would read freeroller.net until the next cache timeout.
This site was missing the absolute URL to site setting as well, so I changed it to http://raibledesigns.com. I'll try adding myself back to JavaBlogs aggregator and hope that works!
Posted in Java
at Feb 02 2004, 08:46:25 AM MST
3 Comments
Search This Site
Recent Entries
- My What's New in Spring 3.1 Presentation
- Twitter's Open Source Summit: Bootstrap 2.0 Edition
- Refreshing AppFuse's UI with Twitter Bootstrap
- 2011 - A Year in Review
- Upgrading AppFuse to Spring Security 3.1 and Spring 3.1
- What have I been working on at Taleo?
- Our Engaging Trip to Paris and Antwerp
- My HTML5 with Play Scala, CoffeeScript and Jade Presentation from Devoxx 2011
- Deploying Java and Play Framework Apps to the Cloud with James Ward
- PhoneGap for Hybrid App Development
After a little further thought, I'm guessing think this problem started to happen only after JRoller server was rebuilt after a disk failure. Before the disk failure, the JRoller guys had configured Apache to do URL rewrites so that the only URL Roller would every see was the jroller.com URL. After the failure, rewrites were not enabled and so we started to see this problem. That's my theory at the moment.
I believe there are two ways to solve this problem, 1) use Apache to rewrite URLS or 2) set Roller's "absolute URL to site" parameter.
However, I'm not yet sure the problem has been resolved - I'm still watching JRoller and Javablogs.
- DavePosted by Dave Johnson on February 02, 2004 at 11:43 AM MST #
Posted by Koz on February 02, 2004 at 01:59 PM MST #
Posted by John Tangney on February 03, 2004 at 08:46 AM MST #