• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

applet-servlet communication

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm trying to do applet servlet communication but it gives error
FileNotFoundException:http://localhost:8080/servlet/srverapp
i'm using servletrunner,can i do applets-ervelet communication using servletrunner.someone told me i'll have to use JWS for it.
thankyou
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anuj,
Applet-Servlet communication can be done in many ways. From your post it seems that you are getting a filenotfound exception which could be result of error in the file/filename that you are using. Post more information about the communication means used between applet and servlet and someone will be able to help.
Hmenon
 
reply
    Bookmark Topic Watch Topic
  • New Topic