On Tue, 18 Jan 2000, [Mina Gohari] wrote:
> you wrote in your html file
>
> <FORM METHOD="POST"
> ACTION="http://128.0.0.254:8080/servlet/CompanyMasterServlet">
>
> you should write "servlets" instead of "servlet" , as following :
I don't believe that is correct; that is, using "servlet", without the
's', is correct. This does actually depend on the particular servlet
engine used, and how it is configured, but they generally seem to use
the same convention. "servlet" should appear in the URL, and is a
virtual directory, indicating that the servlet engine should handle
the request. "servlets" is generally the name of the actual directory
where the servlets are, but that is something the servlet engine
handles.
> <FORM METHOD="POST"
> ACTION="http://128.0.0.254:8080/servlets/CompanyMasterServlet">
>
> and also try with port number 8000, too.
>
> Let me know
>
> Mina
>
>
> ______________________________ Reply Separator _________________________________
> Subject: Re: SERVLET
> Author: <[EMAIL PROTECTED]> at internet
> Date: 18/01/2000 10:04 �
>
>
> Have you tried to use http://localhost:8080 instead of
> http://128.0.0.254:8080/servlets/company.txt"
>
> Just try it. Maybe it works
>
>
>
>
> Internet Mail Message
> Received from host: mail.javasoft.com
> [204.160.241.28]
>
>
>
> Envelope Sender: [EMAIL PROTECTED]
>
> From: Moloy Biswas <[EMAIL PROTECTED]> on 01/17/2000 06:10 PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology." <[EMAIL PROTECTED]>
>
> To: [EMAIL PROTECTED]
> cc: (bcc: Umesh Shah-U/PGI)
> Subject: SERVLET
>
>
>
>
> Hello Craig / ALL of you in the List
>
> I am invoking the servlet (CompanyMasterServlet) from an html
> file(company.html).
> attaching the html file and the servlet file with this msg. Can u tell
> me why the data
> is not getting appended in the company.txt. Please suggest. There is no
> compilation
> error.
>
> Thank ain advance - Moloy
>
> ___________________________________________________________________________
> 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
>
Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]
___________________________________________________________________________
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