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
ser
On 11/08/2012 08:17, Vladimir Mokrozub wrote:
>> On Fri, 10 Aug 2012 10:50:17 -0400
>> Christopher Schultz 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()
>On Fri, 10 Aug 2012 10:50:17 -0400
>Christopher Schultz 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
> > behaviour or some