>>> Gokul Singh <[EMAIL PROTECTED]> 07-Sep-00 12:33:41 PM >>>

>I am not able to understand under which condition can
>the servlet exist and not have a name.

Do you rememeber the old days when the only way of loading a servlet
was with the:
  /servlet/

url?

Basically every servlet engine has a directory you can drop servlet
classes into, when the user requests a path of the form:

  /servlet/ServletClassName

the server loads the class and sends the request to it.

Such a servlet class may well not have a name (becuase the programmer
would have to define one).


Nic

___________________________________________________________________________
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