I have Slide(from CVS) set up to run inside an existing tomcat 4.0 installation. I am 
able to login to slide using either the Slide client, or windows explorer or MS Word. 
I can 
add files, modify them and save them. I am using the 
"slidestore.file.XMLFileDescriptorsStore" for the descriptors and the 
"slidestore.file.FileContentStoreNoVersioning" for 
the content storage.

However when I restart Tomcat, I get a warning message:
"org.apache.slide.common.Domain - WARNING - Access denied on /files/testing by user 
/users/root for action /actions/read"

I am logging in and making all the changes as the user "root". My domain.xml seems to 
have the right settings for the root user:
---------------------------------------------------------------------
        <permission action="/actions" subject="/users/root"/>
       <permission action="/actions/read" subject="/users/root" inheritable="true"/>
       <permission action="/actions/write" subject="/users/root" inheritable="true"/>
       <permission action="/actions/manage" subject="/users/root" inheritable="true"/>
---------------------------------------------------------------------

Anyone know what I am doing wrong ? Any info really appreciated.

thanks
prabhakar

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to