• 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

can i map server's hard drive to local hard drive

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i map server's hard drive to local hard drive on client's machine so that the applet
that runs on client can access the server's hard drive.the applet that runs is called
through the start.htm page as http://10.0.0.6:8080/start.htm
i.e. the start.htm page is on the server side and when this is called it downloads a applet
on client side and now i want this applet to fetch a object from the server where this start.htm
is stored.how can i do that
 
reply
    Bookmark Topic Watch Topic
  • New Topic