[Cosmo-dev] working on atom feeds
Elliot Lee
osafoundation at intelliot.com
Mon Jun 26 14:33:15 PDT 2006
I'm trying to change the feed URIs to /feed/elliot/ instead of
/feed/atom/1.0/elliot/
I've edited urlrewrite.xml and FeedServlet.java. are there other files
that connect these together?
I also saw that web.xml points to org.osaf.cosmo.feed.FeedServlet .
the biggest problem I have now is that when I try to access
http://localhost:8080/cosmo/feed/elliot/elliot_s_calendar , the server
gets stuck processing indefnitely until the browser times out. after
that, java.exe uses 100% CPU until I manually force it to terminate.
it seems that it's stuck in an infinite loop, but I'm not sure why
this would be. how should I debug?
More information about the cosmo-dev
mailing list