|
Hello, I wonder if you set up properly the ROOT_URI variable (something like "file://...."). if you want to be sure, you can use the LocalReference#createFileReference method. It takes a directory path (something like "d:/temp/..." or "/tmp/...") as an argument. That is to say: return new Directory(getContext(), LocalReference.createFileReference("path to your directory")); Best regards, Thierry Boileau -- Restlet ~ Core developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com
|
- Developer: I can't host a static website M E
- Re: Developer: I can't host a static website Thierry Boileau
- Re: Developer: I can't host a static website Stephan Koops
- Re: Developer: I can't host a static website Thierry Boileau

