webMethods

webMethods

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.

 View Only
Expand all | Collapse all

How to configure WebDav on IIS

  • 1.  How to configure WebDav on IIS

    Posted Wed February 26, 2003 10:52 AM

    Can anyone help me configuring WebDev on IIS?


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: How to configure WebDav on IIS

    Posted Thu February 27, 2003 09:34 AM

    For Tamino WebDAV Server 4.1.1:

    This is done by command
    inodavconfig install iss

    But I found a bug in the installation script for IIS configuration.

    You can try to patch it.
    Edit <Tamino WebDav Server 4.1.1>\bin\XIISConfig.cmd
    Search for CLASSPATH definition and add xdav.jar to it:
    ===========================
    rem Set classpath
    set CLASSPATH=
    set CLASSPATH=%CLASSPATH%;%TAMINOWEBDAVSERVER_HOME%\web-inf\lib\ant.jar
    set CLASSPATH=%CLASSPATH%;%TAMINOWEBDAVSERVER_HOME%\web-inf\lib\xercesimpl.jar
    set CLASSPATH=%CLASSPATH%;%TAMINOWEBDAVSERVER_HOME%\web-inf\lib\xalan.jar
    set CLASSPATH=%CLASSPATH%;%TAMINOWEBDAVSERVER_HOME%\web-inf\lib\xmlparserapis.jar
    set CLASSPATH=%CLASSPATH%;%TAMINOWEBDAVSERVER_HOME%\web-inf\lib\xdav.jar
    ===========================
    This is my workaround (not official), so make a copy of the origin file.


    #webMethods
    #Tamino
    #API-Management