Folks,
Is it possible to send some data to the servlet residing at webserver.
I have no luck sending data to servlet.
Here is the description of what i'm trying to do.
1. Client opens a URL connection to the web server
2. opens a text file, reads into input stream and sends it over
to the web server.
3. In the servlet i will read the data coming from the client program
& save it into another file.
4. This is the reqt , it seems like the servlet is not receiving
the request when i send data to this servlet.
5. I used weblogic to register this servlet.
I'm herewith attaching the client & servlet files as an attachment.
Ofcourse the servlet is not fully implemented..
Pls see the code and let me know the loop holes.
Thx
Kumar
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
Srini.java
myServlet.java