By default each document will be uploaded to a directory named sharingUpload contained within the .wonderland directory of the user that initiated the shared applications (you can change that setting in the web.xml file). Applications such as Open Office expect to find documents in the user's Documents directory, so to enable easy access to the document upload directory from shared applications such as Open Office, we suggest that you add a soft link to it from the user's Documents directory, as follows:
cd ~/Documentsln -s ~/.wonderland/sharingUpload
