Hi Yogesh,
    Follow the following steps. It might help
        1) javac SimpleServlet.java
        2) put SimpleServlet.class in ..\JSDK\examples directory
        3) servletrunner -p 9999  (if port 9999 is not insome other use)
        4) Open the browser window and go to the URL 
http://localhost:9999/servlet/SimpleServlet

Manu.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  MANU TAYAL                   |      WIPRO INFOTECH                     #
#                               |      30,Mission Road, 1st Main,         #
#  Software Engineer            |      S.R.Nagar,                         #
#                               |      Bangalore-560027,India.            #
#  Technology Solutions         |                                         #
#                               |      TEL: 080-2241730/2275590           #
#  WIPRO INFOTECH.              |      EXT: 3322,3321,3323                #
#                               |   E-Mail: [EMAIL PROTECTED]       #
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

On Fri, 30 Apr 1999, Resource Allocation wrote:

> hi all
> I am a beginner trying to run my first servlet program. The problem I am facing
> is when I run the program using servletrunner. what I did is:
> c:\ javac SimpleServlet.java
> .
> .
> No error
> c:\ c:\jsdk2.0\bin\servletrunner SimpleServlet
> .
> .
> which again showed java.exe : no error
> I dont know what to do next...please help me out
> Thx in advance
> Yogesh
>
> ___________________________________________________________________________
> 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