Hi Satyajit!

In your reply, you suggested that the following has to included in the
class path.

    SET CLASSPATH=c:\jsdk2.0\lib\jsdk.jar;c:\JavaWebServer2.0\servlets

However please note that there is no need to include the
"c:\JavaWebServer2.0\servlets" in the class path.  Please note that when
you are invoking a Servlet, you will typing something mentioned below in the
address bar of the browser

            http://www.yourservername:port_no/servlet/servletfilename

The "servlet" in the above url doesnot mean the directory (note the directory
name servlets, not servlet), but it is an alias name of a servlet called
"invoker" servlet.

For more reference, please refer Jason Hunter's  "Java Server Programming"
(Oreilly publications), chapter 3, page 55, under section Servlet
Reloading.

regards,

jai.

--------

Satyajit Roshan wrote:

> ----- Original Message -----
> From: Manish Bhatnagar <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 10, 2000 11:55 AM
> Subject: Re: (very urgent problem) Java Web server problem
>
> Hi
> You need to set the classpath as follows:
> SET CLASSPATH=c:\jsdk2.0\lib\jsdk.jar ;c:\JavaWebServer2.0\servlets
> Satyajit.
>
> ___________________________________________________________________________
> 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