hello everyone
I am a newbie to WebDAV, ofcourse there many open sourced WebDAV servers/clients available i am using the
ettrema, which is a
java based.
I have made a small R&D over this and got the code repository of it and tried to implement it on my local file system it working fine, it uses webdav-fs(webdav filesystem, built by it and runs on http, ofcourse every webdav dose).
Now my task is not limit to local filesystem now i have to configure a server(weblogic) which contains the documents and other files, when ever user goes to this url my weblogic should not handle this but it should send this to server where my webdav is running(in my case jetty).
How to start off can anyone help me.