well the servlets are  still being loaded through the wb.xml file only.
well while using java webserver2.0 you might be using the loadable true
feature which is now obsolete and is now replaced by using the xml file
which is supported by all application servers including sun one oracle 91as
and websphere.

later
sandeepK



----- Original Message -----
From: "Nic Ferrier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 16, 2004 2:26 AM
Subject: Re: Registering Servlet in web.xml file


> Puneet Gupta <[EMAIL PROTECTED]> writes:
>
> > Hi
> > I am new to servlets.
> > Can any body please tell me whether we need to specify each servlet in
the
> > web.xml file.
> > If I write 25 servlets and some of these servlets are called from jsp
and
> > servlets.Do we still need to register all the 25 servlets in web.xml
file.
> >
> > Is there any way in which I don't require to specify some of the
servlets in
> > the web.xml file.
>
> Nearlly all servlets have to be registered in the web.xml.
>
> The exceptions are:
>
> - you are not required to register JSPs.
>
> - some servlet containers support a "/servlets/" directory that you
>   can put servlets in to be autoloaded (this was how servlets were
>   first loaded into webservers way back in the 1950s)
>
>
> --
> Nic Ferrier
> http://www.tapsellferrier.co.uk
>
>
___________________________________________________________________________
> 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
>

___________________________________________________________________________
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