Re: loading Servlet at startup

On Thu, 20 May 1999, Kevin Regan wrote:

> Is there any way to instruct Jigsaw to load a Servlet
> on startup and have it never timeout (unless the Servlet.class
> file is updated)?

There is no way to have the servlet loaded at startup, it will be loaded
only during the first request. For the timeout, you can set the timeout to
a ridiculously enourmous value, but a flag to disable timeout should be
here soon.
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Friday, 21 May 1999 10:13:47 UTC