Sorry that I have many many questions about slide, I am a question-man. :P
1. How to set multiple namespace?
By default, I can access http://<<IP>>:8080/slide, how can I create a
newspace such that I can access http://<<IP>>:8080/lai ?
I've tried to copy and paste the whole <namespace> tag in Domain.xml,
change the name 'slide' to 'lai' and create a new directory called lai
under webapp/slide/contentstore, restart tomcat, but still can't access.
2. What's the use of ...
<!-- /users/john represents an authenticated user -->
<objectnode classname="slideroles.basic.UserRoleImpl"
uri="/users/john">
<revision>
<property name="password">john</property>
</revision>
</objectnode>
I have created a new user in tomcat-users.xml but haven't created a new
<objectnode> for this user account, I still have use this new user account
to login.
3. I would like to know whether to set security (ACL ??) under
Domain.xml? With something below?
<permission action="/actions/manage" subject="/users/john"/>
<permission
action="/actions/write" subject="+/users/groupA"/>
<permission action="/actions/read" subject="nobody"/>
What is the meaning of 'manage' action?
Do these sentences mean that under this filespath, 'john' has the
right for 'manage', all users under groupA have the right for 'write', and
everybody has the right to 'read'?
4. Is there (or will there) any applications/ways to control the security
settings instead of editing Domain.xml file directly?
5. I see that there is a directory 'action' created under contentstore
directory but it's empty, what's the use?
6. I would like to know how to set 'verisoning' for a particular file and
filespath and where can I see the old-copies.
7. After restarting tomcat, the data previous stored can't be accessed (it
is disappeared!) through windows explorer, but they actually still exist
in the server, why? How to solve this?
8. Apart from connecting to file system server, my company need to connect
to a native XML DB (Xindice) through XML:DB, anyone has done this? Where
should I investigage?
9. When I use Windows Explorer to access the server, I need to login at
the first time when I access the server. Then I close the explorer and
later I re-open the explorer to access the server again, I discover that I
don't need to login (actually I want to use another account) unless I
reboot the Windows again. I want to login to the explorer when I first use
the explorer to access the server. How to do this?
10. I discover that there are serveral 'contentstore' directories created,
one is under ~/, one is under
/usr/local/jakarta-tomcat-4.0.1/webapps/slide, another is under
/usr/local/jakarta-tomcat-4.0.1/webapps/slide/WEB-INF. Is there any
setting-error? It seems that I am accessing the second one.
Thanks so much for you to read them all. Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]