On 09-02-2010, Alexander Klimetschek <[email protected]> wrote: >On Mon, Feb 8, 2010 at 20:52, Igor Nemilentsev <[email protected]> wrote: >> I have a jackrabbit repository and can get a access as >> http://some_address:8080/jackrabbit-webapp-2.0.0/repository/default >> ... >> Then I mounted the repository as network drive in Windows 7. >> net use Z: "http://same_address/files" /USER:same same >> >> Then I go to Z drive and can read and write files. >> But if I want move or change name of file then I have error
>Did you test the windows mount with the long path? The copy/move >errors could be a problem of windows built-in webdav client, which is >known to be problematic. The window mount with long pass (http://some_address:8080/jackrabbit-webapp-2.0.0/repository/default) is successful. >> ProxyRequests Off >> ProxyPreserveHost on >> RewriteEngine on >> RewriteRule ^/files(.*) >> http://same_address:8080/jackrabbit-webapp-2.0.0/repository/default$1 [P] >> RewriteRule ^/(.*) http://same_address:8080/$1 [L,P] I think so, but asked new isea. Thanks for you, gave me a idea-
