> I have installed slide on a win2k server and log in as root when I connect > via webfolders. Three directories exist called Actions, Users, and Files. If > I try to remove them from the Domain.xml file, I can no longer copy files > to/from the web folder. Ultimately, I would like to connect to a blank > contentstore and create/see only my own folders. How can this be > accomplished?
You cannot remove the 'actions' node of the namespace (but you can move it to a different place by editing the config files), but you can set a relative path for the WebdavServlet (which would effectively hide these special nodes). > Also, can anyone tell me why the custom folders I add disappear if I restart > my server? The folder still resides in the \bin\contentstore area, but it no > longer appears in my webfolder on the client machine. Is there some setting > I need to change to make slide remember these folders I added? The webapp is configured with a memory store (non persistent). The standalone server is configured by default to use a JDBC store, which is persistent (so you can use it as another example). Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
