The Artima Developer Community
Sponsored Link

Java Answers Forum
Java applets and security

1 reply on 1 page. Most recent reply: Dec 4, 2002 8:17 PM by Lawrence

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Rohit

Posts: 1
Nickname: rkn
Registered: Sep, 2002

Java applets and security Posted: Sep 18, 2002 8:45 AM
Reply to this message Reply
Advertisement
Hi,
Is it possible to write into a file in the server through an applet. I have granted permission to read/write and iam able to read but is it possible to write/modify?..I have to maintain a log file in the server for every access done by the clients..


Lawrence

Posts: 5
Nickname: arabian
Registered: Dec, 2002

Re: Java applets and security Posted: Dec 4, 2002 8:17 PM
Reply to this message Reply
If you are using an intermediate servlet or a 3 tiered approach, then have the servlet write to a log file using file IO.

Flat View: This topic has 1 reply on 1 page
Topic: Adjusting a Date object in Visual Age for Java Previous Topic   Next Topic Topic: Applet destroying

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use