Imagine following situation:

One server with a tomcat and _one_ cocoon.war deployed at this tomcat.

Different user can place their content in their home directory and any
incoming request goes through the global sitemap of the deployed cocoon app:

<map:match pattern="~*/**">
    <map:mount check-reload="yes" src="/home/{1}/public_cocoon/"
        uri-prefix="~{1}"/>
</map:match>

Of course the users should be able to develop their own classes. Is it possbile to place theses classes also in the users home directories? Could these classes be read without restarting tomcat?

Tomcat and the cocoon webapp should only be accessible by the admin.

Thanks for your help

Harald





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



Reply via email to