aspose file tools
The moose likes Servlets and the fly likes Servlet Communication using java.net Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet Communication using java.net" Watch "Servlet Communication using java.net" New topic
Author

Servlet Communication using java.net

harsha madiraju
Greenhorn

Joined: Dec 20, 2004
Posts: 10
Hi all,

I am trying to pass some data to a servlet from a java class using HttpURLConnection. But I am not getting the desired output i.e. the servlet is not invoked (it does not print the dummy strings given println())

Following is the code of the java class



Following is the code of servlet



thanks in advance,
harry


<b><i>FACE YOUR FEARS LIVE YOUR DREAMS</i></b>
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Servlet Communication using java.net
 
Similar Threads
Calling Servlet from Java application
Connecting to the webserver from simple java program with main method
Communication between a Swing Client and a Servlet via HttpURLConnection
Communication between Servlet and Applet
core java communicates with servlet or jsp?