> 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