Problem I have now is related to a thread, 'Multiple instances of Domain.xml in Tomcat', http://www.mail-archive.com/[email protected]/msg01006.html/ I would like to different users of different groups cannot access to each other's folder. However, for some reasons, I'm limited upgrading tomcat to v4.0 or running multiple applications under tomcat 3.2. I am thinking whether we can add another function, which sets up the initial access Uri in WebdavMethod class. When WebdavMethod calls getRelativePath(HttpServletRequest request), it will append path to the initial root. So that we don't have to run multiple applications under tomcat3.2. Let me explain more precisely. For example, I assume user.getApp() method returns App1 or App2, or App3, which is the initial root of the webfolder -App1 -App2 -App3 then when user1 logins, the uri user1 goes to is webfolder/App1/, and user2 will go to webfolder/App2/. This is my own proposal to this question. Any suggestions? ____________________________________________ Silvia Yeh Software Developer 415.355.9990 x280 [EMAIL PROTECTED]
