Hi,

Here is a snippet from the api docs for ver 2.2.  I am not able to
understand under which condition can the servlet exist and not have a name.
How do you invoke an unregistered servlet using tomcat.

Can someone please explain this to me.

Please excuse me if I am missing something obvious.

< api doc snippet>
getServletName
public java.lang.String getServletName()
Returns the name of this servlet instance. The name may be provided via
server administration, assigned in the web application deployment
descriptor, or for an unregistered (and thus unnamed) servlet instance it
will be the servlet's class name.
Returns:
the name of the servlet instance
</api doc snippet>


regds,
Gokul

___________________________________________________________________________
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