Logging issue with rssutils.tld Tag Library on Tomcat 5.5

D

dogboy009

I'm using the rssutils.tld tag library to display three RSS feeds on my
application's JSP homepage. It works very very well and I'm quite happy
with the results (I'm running on a Tomcat 5.5.7 server). I implemented
the solution following the examples in the tutorial at
http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities

The only problem I'm having though is in my Tomcat logs. Whenever a
user loads my home page, a ton of tags are written to my tomcat stdout
log:

<rss>
<channel>
<title>
</title>
<link>
</link>
<description>
</description>
<language>
</language>
<copyright>
</copyright>
....

and so on for several hundred lines. This not only fills up my logs
very very quickly, I'm worried about performance. Has anyone run into
this problem and, if so, have a suggestion on how to have the tag
library only log errors instead of every tag it processes? Thanks in
advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top