> > From: Gary VanMatre said:
> > I was poking around in log4j and found a very similar feature 
> > that allows you to configure a file watch dog for the 
> > properties files.
> 
> You can't use that within a J2EE container, however, because it spawns a
> watcher thread.  This thread is then outside the lifecycle control of
> the container.
> 

I believe that you can spawn threads in a J2EE web container.  The restriction 
is only within the EJB container.  I'm not sure if there are limitations in a 
portal but a client or applet J2EE container doesn't have thread restrictions.  
 Shale doesn't support portals yet.
 

Gary


>  - George
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to