CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Applet Security

  1. #1
    Join Date
    May 2000
    Location
    Karnataka,India
    Posts
    1

    Applet Security

    Hi All,
    I am using JDK1.2
    My Applet is residing in the web server.If i download the applet in the client machine,the applet should be able to access the File System and database in the local machine where it was downloaded.But the security of the applet by default will not allow accessing the local resources of the client machine.How can i access the local resources in that case.????? can anybody suggest how i can handle this situation.

    Thanks in Advance,
    Kavitha



  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: Applet Security

    I never try it. But you can sign your applet from the CA. This might be the one way to have
    your applet right to access the local resources.
    good luck,
    Alfred Wu


  3. #3
    Join Date
    Apr 2000
    Location
    Hyderabad, India
    Posts
    23

    Re: Applet Security

    hai Kavitha,
    Since u ar running web-server i think at an instance of time u can get the current clients ip so from the servlet u can access the clients file system with out any security exception and return back wat u wanted from the servlet.

    Hope ur problem ill be solved

    -bharath

    Any further enq. u ar welcomed.





    S.V Bharath Reddy
    Software Engineer,
    Hyderabad.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured