Im trying to create a servlet that is able to push back to the browser rather than just operate a a pull mechanism.
To create this, there is a piece of javascript embedded within the html outputted to the browser, so when additional javascript code is written in at a later stage calling that function, that user can be notified of events he is registered to.
Perhaps not the way servlets were made to work but anyway! Unless you are able to come up with a better solution?
How do i stop the response from ending then? I have left the html open at the end so no /html code and I have not closed the output to the browser.
-----Original Message----- From: Ben Souther [mailto:bsouther@(protected)] Sent: Tue 16/12/2003 15:32 To: Tomcat Users List Cc: Subject: Re: Having problems with stored PrintWriter.
> I am trying to store users PrintWriter and use them again at a later date Just out of curiosity, why?
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)