hi,
i'm using tomcat and apache 1.3.12 on linux (redhat 6.2).
i cannot get these lines to work in a servlet. Allthough
it works when i run it as a standalone java program.
i think the file permissions are right.
......
......
FileOutputStream fw=new FileOutputStream("test.dat",true);
byte buf[]=name.getBytes();
fw.write(buf);
fw.close();
.......
.......
thanks.
parvez
___________________________________________________________________________
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