Thanks for the information. However, even after I comment out the section,
do I need to add myself somewhere in the web.xml file so that it can
validate
me as a user. I just tried it and it cannot authenticate me... probably
because
I need to change something somewhere else that allows me to log into it.
Thanks again for your help!
Elham
> -----Original Message-----
> From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 28, 2001 4:43 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Using WebFolders
>
>
> > Hi,
> >
> > I am using SLIDE (1.0m6) with Jakarta-Tomcat-3.2.1 on Solaris.
> > My client is Web Folders running on my PC. I've modified
> > the Domain.xml to add myself as a valid user and have a
> > valid directory. I think this is o.k. since I can see my
> > folder when I check it using Web Folders. However, I want to
> > now PUT a simple text file into this directory and I keep
> > getting the following error/warnings :
> >
> > <date>-default-INFO-PUT (time: 14ms)
> URI=/users/echandle/email-aliases.txt
> > <date>-default-WARNING-Access Denied on /users/echandle by user
> /users for
> > action /actions/write
> >
> > What do I have to do in the Domail.xml file so that I don't get the
> > Access Denied warning? Once I get the warning, Web Folders returns an
> > error that the copy did not succeed. Needless the command doesn't
> > work since I don't see the file copied into that folder.
>
> The authentication is done by the servlet engine, so you have to enable
> authentication in the web.xml file (the section is commented out), and add
> the appropriate user in the servlet container's realm.
>
> I'm trying to think about solutions to get around this (painful) process.
>
> Remy