IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Access WebDAV from filesystem

    Posted 05/03/02 08:56 PM

    Anyone know of a way to mount a UNIX filesystem to the WebDAV server ? I use WebDrive (FKA WebIFS) to map WebDAV to a drive letter on Windows 2000, so I am looking for similar functionality on UNIX.

    Thanks.

    Steve


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Access WebDAV from filesystem

    Posted 05/06/02 01:32 PM

    Hello Steve,

    I know of: http://sourceforge.net/projects/dav/
    but never tried it yet.

    Did someone tried this already?

    Best regards

    Juergen


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Access WebDAV from filesystem

    Posted 05/07/02 11:23 AM

    Have you considered using Samba on the Unix box. This allows you to share parts of your Unix filesystem with Windows networks.


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: Access WebDAV from filesystem

    Posted 05/13/02 05:51 PM

    Hello Steve,

    We downloaded version davfs-0.2.4 from http://sourceforge.net/projects/dav/ and compiled it on a Linux box [There was a single line we had to put into a comment in order to compile]. After this change we were able to mount a Tamino WebDAV Server successfully to a file directory and use it within the file system, e.g. touch, copy, vi, ls, etc.

    Best regards

    Juergen


    #Tamino
    #API-Management
    #webMethods


  • 5.  RE: Access WebDAV from filesystem

    Posted 06/07/02 04:24 PM

    Hi,

    I’ve just installed davfs-0.2.4 on the environment above but it doesn’t work. I followed the installation steps but:
    1. “make” and “make install” finished with 2 errors
    2. /usr/local/ssl doesn’t exist but /usr/ssl does. Even more it doesn’t compile
    3. I tried to mount mountfs as follows:
    mount.davfs http://190.1.10.180:4000/taminowebdavserver/ /dav -u hunkim -p 1234

    Can somebody tell me what am I doing wrong?

    PS:
    1. kernel 2.4.0-4GB
    2. I inserted /usr/local/sbin as requested in the howto.html


    #webMethods
    #Tamino
    #API-Management


  • 6.  RE: Access WebDAV from filesystem

    Posted 06/17/02 05:53 PM

    Hello,

    could you please post the messages from ./configure and make.

    You could also try to create it with out the --with-ssl flag.

    Best regards

    Juergen


    #webMethods
    #API-Management
    #Tamino