Hi all,

I would like to ask a simple question to everyone who has every written to
files from a servlet:

Question: what is the most efficient way of writing a string message to a
file from a servlet.

Requirements:
1.The message must be written at once - the message will be an exception or
a critical error.
2.The file object can be stored as an instance object - open once and kept
open through the Servlets life cycle.

Best Regards

Marc

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to