I am trying to have a common login for our two proucts. In first
authentication servlet, I call dispatcher's include method to create a
session for second product. Al session variables get created correctly and I
get the second page of first product. ( I have even tried using a simple
bean to create second product's session thinkng the problem could be
dispatcher call)

Now I go to the index jsp of second product, It has a call to redirect to
the next page of the session is already available which is, in this case the
second jsp, however is not displayed fully. As soon as the buffer is full
and gets flushed, I get error saying " trying to clear buffer already
flushed".

I tried increasing the buffer size on all possible jsp pages. I also tried
using different instance of response's PrintWriter nstead of using implicit
`out'.

Does anyone know what can be the problem? Please help me since I don't have
anyone else to ask for here at work place.



_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to