----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi jeyasudha

This will almost certainly be a problem of directory/file permissions.  If
you look in httpd.conf you will see:

User nobody

Mine runs as User wwwrun

But the point is that this is the user whose effect rights are assigned to
the webserver/jserv. So if the file you are trying to append to has
permissions such that this user cannot append, then your servlet cannot
append to it.

hth

Chris


On Wed, 16 Aug 2000 18:37:33 +0530, Jeyasudha Rajendran wrote:

>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Hi
>Can anyone help me in  writing to a data file stored in the apache
>server in the htdocs directory. I'm able to read the file stored in the
>htdocs directory but not able to append data to it.
>Thanks & Rgs
>jeyasudha
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives: 
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to