aspose file tools
The moose likes Applets and the fly likes Writing files at the server side Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Writing files at the server side" Watch "Writing files at the server side" New topic
Author

Writing files at the server side

Jyothsna Sri Y
Ranch Hand

Joined: Sep 25, 2003
Posts: 35
Hello everyone

I want to write a log on the server side using an applet. Is this possible.. please guide

Cheers
Rinky Deshmukh
Greenhorn

Joined: Jun 09, 2004
Posts: 16
what is log?
i'm not sure as applet is a client side application program
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8265

Sure it's possible. You just have to send a message to the server and have some process on the server write that message to a log file. As long as it's the same server you download the applet from (unsigned applets are forbidden to talk to any other server), you can use RMI, a custom network solution, or, if your web server provides the API, a servlet.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Writing files at the server side
 
Similar Threads
ClassNotFoundException
refresh check
javascript escape error
J2me brain not found
Executing jars from jsp