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 :
<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