> From: David Delbecq [mailto:[EMAIL PROTECTED] 
> Subject: Preventing memory leaks with awt event thread, is it 
> possible?
> 
> One possibility could be to arrange for awt thread to run in 
> the context class loader of tomcat server, not the one of a 
> web application, but then you have to find some way to force
> tomcat into initializing awt (and not the first webapp that 
> requires awt).

Perhaps you could declare a <Listener> class under <Server> that
initializes AWT.  This should run independently of any webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to