the default directory for servlets is <servlet root>/examples and the
servlet.properties resides here to make your code work must put the class
file and the servlet.properties in servlets/examples/ or start the
servletrunner with different init options...probably like
servletrunner -p <portnumber> -s ./ -d ./
but you can read the readme
manav
> >
> >
> > hi guys ,
> > i have a very basic question, i have made a HTML form and saved it in
> > inetpub/wwwroot/ and then i made a servlet which i stored in
> > javawebserver2.0/servlets/x.class
> >
> > when i am calling this servlet from this page the browser says
> > 404 not found
> > error, so where should i save this so that it finds this page
> >
> > i am using http://localhost/servlets/x in my link
> >
> > deepak
> >
> > __________________________________________________________________
> > _________
> > 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
>
> ___________________________________________________________________________
> 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
>
Manav Kher
@
http://www.engr.umd.edu/~manav
On Wed, 10 May 2000, Damir Sovic wrote:
> Be sure that You have no package declaration in Your servlet. If You have,
> than create folder, name it as package and put Your servlet in it.
>
> Damir Sovic([EMAIL PROTECTED])
>
> > -----Original Message-----
> > From: A mailing list for discussion about Sun Microsystem's Java Servlet
> > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Deepak Shrivastava
> > Sent: Tuesday, May 09, 2000 10:47 PM
> > To: [EMAIL PROTECTED]
> > Subject: freshers question
> >
> >
> > hi guys ,
> > i have a very basic question, i have made a HTML form and saved it in
> > inetpub/wwwroot/ and then i made a servlet which i stored in
> > javawebserver2.0/servlets/x.class
> >
> > when i am calling this servlet from this page the browser says
> > 404 not found
> > error, so where should i save this so that it finds this page
> >
> > i am using http://localhost/servlets/x in my link
> >
> > deepak
> >
> > __________________________________________________________________
> > _________
> > 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
>
> ___________________________________________________________________________
> 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
>
Manav Kher
@
http://www.engr.umd.edu/~manav
___________________________________________________________________________
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