• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Applet servlet communication

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
Have a look at the following progrm
My Applet

When i call the servlet through a Browser i get the following Exception...

"Protocal Doesn't support the output"
When i called the servlet throug consloe(by running applet)
I get
File not found exception

Please let me know what is the problem
thankx
priya
[ June 17, 2003: Message edited by: Cindy Glass ]
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi priya,
sorry but your code is working fine. I only get the exception if I run it inside the IDE. in this case the getCodeBase returns an incorrect protocol (file://). Set the URL to a complete address like http://localhost/EchoServlet. Then it works inside the IDE or locally.
HTH
Torsten
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic