>>> Deepak Shrivastava <[EMAIL PROTECTED]> 10-May-00 2:20:44
PM >>>
>So you mean to say that the servlets should be stored
>in the servlet path under javawebserver2.0 and the HTML
>page calling it under the inetpub/wwwroot ,and
>when the HTML page calls the servlet it will look under
>servlets but the link should use /localhost/servlet/x
That's correct. Servlets are not part of the normal document
directory structure. They ate kept outside that.
The reason for that will become clear when you consider the other way
of running servlets... via an alias mapping.
This is one of the most confusing things for newbies: you also have
to consider that the servlet might not be under the /servlets
directory at all but could be in the classpath of the servlet
container.
Nic Ferrier
___________________________________________________________________________
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