This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Applets and the fly likes Applet  Servlet  Communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet  Servlet  Communication " Watch "Applet  Servlet  Communication " New topic
Author

Applet Servlet Communication

Thennam Pandian
Ranch Hand

Joined: Oct 11, 2005
Posts: 163
Dear friends,

when i call a Servlet from a Applet . it give IOException .


it showing this message also " Server returned HTTP response code: 405 for

the URL : url of Servlet "

when I call the Servlet in a normal way it works.

please help me.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35440
    
    9
Status 405 means "method not allowed". Are you trying to POST to a servlet that handles GET only, or vice-versa?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Applet Servlet Communication
 
Similar Threads
Probelm in applet/servlet communication
how to communicate Applet to Servet
Servlet can Call an Applet
Servlet can Call an Applet
from a applet how can i call a servlet??