hello! I want to implement a webapplication where a user has to register. after that he gets an own directory on the webserver.
my problems: 1) I read the guard part of the tutorial ( http://www.restlet.org/documentation/2.0/tutorial#part09 ). But I don't know how I can login with a clientside http-request from the browser using ajax? 2) the restlet application is deployed with tomcat. after the user logged in he has an own directory that should be accessible with an url. so the restlet application has to create a directory in the webcontent folder. how can I get the path to it? thanks for your help! ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2440636

