Re: Notify

2005-02-01 Thread craigmcc
Protected Mail System Test. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Notify

2004-07-31 Thread postmaster
Message sent from [EMAIL PROTECTED] infected by virus and has not been delivered. Viruses: infected with Win32.HLLM.Netsky.35328 Original message was stored in the archive. To receive original message please contact postmaster: [EMAIL PROTECTED] Archive record: archive.msg.YgvlEv

Re: Notify

2004-05-05 Thread tomcat-user
Bad Gateway: The message has been attached. +++ Attachment: No Virus found +++ Kaspersky AntiVirus - www.kaspersky.com file attachment: message.txt .pif The file attached to this email was removed because it is infected with

close-notify error

2004-02-05 Thread Bill Harrelson
When I run a java test program using SSL to my Tomcat 4.1.24 server, it connects, transmits and receives messages, gets a normal 200 response back, closes and exits just fine. However a javax.net.debug trace of Tomcat for that session shows a close- notify warning being sent to the client

Re: Question about Notify all online user

2003-08-14 Thread engp0510
Thx ben, I do very areciate your help. - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:02 AM Subject: RE: Question about Notify all online user I'm not at liberty to give out any code

RE: Question about Notify all online user

2003-08-14 Thread Mike Curwen
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 11:13 AM To: Tomcat Users List Subject: RE: Question about Notify all online user Howdy, How to implement notifying all online user when the record in database has been changed? I am using Servlet and JSP

Re: Question about Notify all online user

2003-08-14 Thread Ben Souther
ChemInformatics -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:39 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Question about Notify all online user Ben! Wah! Great! Could you give me more information about your implementation

RE: Question about Notify all online user

2003-08-14 Thread Shapira, Yoav
for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you

Re: Question about Notify all online user

2003-08-14 Thread Ben Souther
We're doing something like this with a hidden frame (an iFrame) that refreshes it self every n seconds (using the Meta refresh tag). The frame just points to a servlet which queries the database for new messages. If there is a new message, the iframe uses javascript to fire off a pop up.

RE: Question about Notify all online user

2003-08-14 Thread Angus Mezick
. This message could take the form of a popup. --Angus -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: Question about Notify all online user Hi, all How to implement notifying all online user when

Question about Notify all online user

2003-08-14 Thread engp0510
Hi, all How to implement notifying all online user when the record in database has been changed? I am using Servlet and JSP to build a small Supply-Chain system running on Tomcat with MySQL. Thanks Zhidao

RE: Question about Notify all online user

2003-08-14 Thread Ben Souther
Subject: Re: Question about Notify all online user We're doing something like this with a hidden frame (an iFrame) that refreshes it self every n seconds (using the Meta refresh tag). The frame just points to a servlet which queries the database for new messages. If there is a new message

Re: Question about Notify all online user

2003-08-14 Thread engp0510
Ben! Wah! Great! Could you give me more information about your implementation? I am not clear with iFrame. - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:32 AM Subject: Re: Question about Notify all

RE: Question about Notify all online user

2003-08-14 Thread Shapira, Yoav
. Yoav Shapira Millennium ChemInformatics -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:39 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Question about Notify all online user Ben! Wah! Great! Could you give me more information

stalling servlets/jsps with wait/notify?

2003-06-06 Thread Richard Heintze
in a scriptlet (just for testing, of course) and use wait and notify to stall web client #6 until one of the other finish. Does anyone know if this would work? Siegfried __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http

Re: stalling servlets/jsps with wait/notify?

2003-06-06 Thread Kwok Peng Tuck
programming book it explains that static variables are shared among multiple servlet instances. Hmmm... well JSPs are servlets, I wonder if I could create a static variable in a scriptlet (just for testing, of course) and use wait and notify to stall web client #6 until one of the other finish. Does anyone

Re: stalling servlets/jsps with wait/notify?

2003-06-06 Thread Richard Heintze
are shared among multiple servlet instances. Hmmm... well JSPs are servlets, I wonder if I could create a static variable in a scriptlet (just for testing, of course) and use wait and notify to stall web client #6 until one of the other finish. Does anyone know if this would work

Howto notify tomcat of jaas login

2002-05-15 Thread jfc100
need to notify tomcat so that the request can reflect the anonymous user's login status. Is this workable or are we just banging our heads against a brick wall? Thanks Joe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread Sergey V. Udaltsov
Hello all My JSPs uses some session-scoped bean. This bean, among other duties, is responsible for logging in and out of some app server. I would like the bean to perform autologout on the session end. Is it possible? How? AFAIK usual finalize can be called ages after the object is really free -

Re: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread William Brogden
"Sergey V. Udaltsov" wrote: Hello all My JSPs uses some session-scoped bean. This bean, among other duties, is responsible for logging in and out of some app server. I would like the bean to perform autologout on the session end. Is it possible? How? AFAIK usual finalize can be called

AW: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread Matthias Barmeier
PROTECTED] Betreff: JSP, sessions: how to notify bean about the session end? Hello all My JSPs uses some session-scoped bean. This bean, among other duties, is responsible for logging in and out of some app server. I would like the bean to perform autologout on the session end. Is it possible? How? AFAIK

Re: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread Tony Keith
Any examples or resources for this? William Brogden wrote: "Sergey V. Udaltsov" wrote: Hello all My JSPs uses some session-scoped bean. This bean, among other duties, is responsible for logging in and out of some app server. I would like the bean to perform autologout on the session

RE: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread Michael Wentzel
Any examples or resources for this? William Brogden wrote: "Sergey V. Udaltsov" wrote: Hello all My JSPs uses some session-scoped bean. This bean, among other duties, is responsible for logging in and out of some app server. I would like the bean to perform autologout