Servlets, by implementation, are loaded and initialized when they are
first called by the web server. Once loaded the servlet object stays
resident in the servlet engine's VM. If you are worried about servlets not
loaded into the webserver when it is called, there is no problem as long
as you identified it correct to the server.

Hope this helps.

Ricky Szeto
        E-mail                  [EMAIL PROTECTED]
                                [EMAIL PROTECTED]
        Homepage                http://www.scs.ryerson.ca/~rszeto


On Sun, 8 Aug 1999, Kari Kostamo wrote:

> I have just started looking at servlets.  I am very new to html coding but do have a 
>programming background.
>
> I wounder if anyone could point me in the correct direction to find the following 
>information:
>
> 1.  How to have a servlet start automatically anytime a web page is opened?
>
> Thanks in advance
>
> Kari Kostamo
> [EMAIL PROTECTED]
>
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to