1. After platform upgrade of my application to Tomcat5.5 and JDK6.1, I found there are lot of warning messages generated at server console. This message printing slows down my page loading. Can anyone tell me how to turn off these warnings. Warning from console: WARN [org.apache.commons.httpclient.HttpMethodBase] - <Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.> 2. Can this warning messages cause memory leak in production environment?