Re: empty error page when using sendError()

2012-08-11 Thread Vladimir Mokrozub
On Fri, 10 Aug 2012 10:50:17 -0400 Christopher Schultz ch...@christopherschultz.net wrote: When I try to send error page directly from ErrorHandler using HttpServletResponse, it works fine and page is displayed, so it seems the problem is with sendError() method. Is this an expected

Re: empty error page when using sendError()

2012-08-11 Thread Mark Thomas
On 11/08/2012 08:17, Vladimir Mokrozub wrote: On Fri, 10 Aug 2012 10:50:17 -0400 Christopher Schultz ch...@christopherschultz.net wrote: When I try to send error page directly from ErrorHandler using HttpServletResponse, it works fine and page is displayed, so it seems the problem is with

is this idea even possible in tomcat?

2012-08-11 Thread Elias Kopsiaftis
I posted about this a bit earlier, and I was told WebSockets were a better approach, but I am wondering is what I am trying to do even possible? My idea is to create a program that allows two users to connect through the server, and send images and text to each other. for the server, i have two