Please try this steps..... 1. hang on catalina.out, access.log 2. request the page with the browser => something changes in logs? 3. add some System.out.println() at beginning and end of the servlet 4. request the page again with the browser => output of the System.out.println ok?
On Thursday 19 December 2002 18:50, you wrote: > Remy Maucherat wrote: > > Fabio Mengue wrote: > >> Hello, > >> > >> Did not work for me. I still get the blank pages. Mine are servlet > >> related, not JSP related. > > > > The bug can affect servlets which use a Writer. The same patch should > > fix it. > > I'm sorry... But it didn't. > > What can I do to help figure this out ? I'm not directly involved with > the developers, so I don't know exactly what they are using. If the > Writer class you said is related to HttpServletResponse, then they are > using it. > > I don't get any output of it on the log files, I just know that request > is processed, and the response is a blank page. > > And on the machine next to mine, connected to port 8083, everything is > fine. > > Thanks a lot, > > Fabio. > > > Remy > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
