Hi, Roller is runing on Tomcat 6.0 with MySql as database. Its working fine if I access the blog post, comments, admin console, RSS feeds etc. from my machine. But while trying to access the feed url (that appear in sidebar) from some other machine on the network, it won't come up. I found that the url which was generated for the feed is absolute. The expected url is -
http://mymachineip:8080/roller/smp/feed/enteries/atom the url that was generated is - http://localhost:8080/roller/smp/feed/enteries/atom Why roller is generating the abolute url instead of relative one? Regards, Viv
