hi,

if your class is servlet call you file must be in
servlets directory and call it from the browser as:
http://localhost:8080/servlet/test1.

if your class is an applet embed it in an HTML file
and local the class and the html files in webpages
directory.  and call it as:
http://localhost:8080/test1.html

good luck
djafer


--- mahadeva mahesh <[EMAIL PROTECTED]> wrote:
> Hi all ,
>
>   I have installed JSDK2.0 in My Windows NT machine
> and set the path and classpath . I have compiled My
> program. I have started the servletrunner utility
> and
> if I call that thru the web browser like
> "http://localhost:8080/test1" there is an error .
> The
> error is
>                403 Forbidden
>                Will not serve files, only servlets
>
>   Can any of u tell me whats the problem and how to
> correct it .
>
> Mahesh/..
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail – Free email you can access from
> anywhere!
> http://mail.yahoo.com/
>
>
___________________________________________________________________________
> 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


__________________________________________________
Do You Yahoo!?
Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

___________________________________________________________________________
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