• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Not able to redirect from servlet when called from applet

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends,
I am not able redirect url from a servlet when the servlet is called from an applet from the browser. Now i need to use applet
as well as servlet in my project, how do i get aroung this?
Please reply fast, if any of u people know it.
Thanks
kanak chavda
 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
The question is not clear. Do you want to connect to
a servlet from an applet or vice versa.
Some more info please
Suneel
 
kanak chavda
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When i am trying to connect from an applet to a servlet
it is giving FileNotFoundException.
I have used URlConnection object for this purpose.
Also tell me if it is possible to redirect a slient(browser) to other URL when it is communicating through an applet.
thanks for reply.
 
kanak chavda
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When i am trying to connect from an applet to a servlet
it is giving FileNotFoundException.
I have used URlConnection object for this purpose.
Also tell me if it is possible to redirect a client(browser) to other URL when it is communicating through an applet, after doing some processing in the servlet with which applet is communicating.
Thanks for reply.
kanak
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic