第二个问题是:
java.lang.IllegalStateException: getOutputStream() has already been called for this response
这个问题和第一个问题是同类性质的。
网上提出的解决办法是,在这里:http://qify.iteye.com/blog/747842
第三个问题是:
java.lang.IllegalStateException: Cannot create a session after the response has been committed
这个问题是取session时已经向客户端输出过别的内容了。
解决的方法,可能和iform,winContente这些组件有关系。