On Tuesday 20 July 2004 14:07, Ricardo Gladwell wrote: > Thanks for your informative response. I didn't consider adding the > WebDAV client tool to the web application and accessing the WebDAV > functionality through this. Doesn't this involve opening a HTTP > connection back to the same server? > > This seems a little inefficient. Wouldn't it be better to access the > WebDAV application directly through the VM if they are both being served > off the same JVM? Also, I believe some servlet containters, such as > WebLogic 6.1, have problems open connections to themselves, sometimes > causing blocking. > > Is it possible to configure the Slide WebDAV client to directly access > the Slide engine itself rather than work over HTTP?
It will be possible with Slide 3: http://tinyurl.com/6h4od :) If you want to hack a solution you could write a Connector for Tomcat and modify commons-httpclient to send requests to that Connector in the same vm. But I don't know if it is worthwhile doing it... -- Davide Savazzi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
