Using WebDAV with WebSEAL

We are trying to using WebDAV for our projects.
WebSEAL is used for for authentication, I'm unable to add a server in the DIS client if I go through the WebSEAL URL. (i get an error stating that the CGI url is incorrect, even if it maps to the correct content server url)
Any pointers on how to workaround this will be helpful.
The WebDAV url is https://<websealinstance>:<port>/dms/cs/idcplg/webdav this will internally map to http://<ucm_server>:<ucm_port>/cs/idcplg/webdav.
Thanks,
Manjunath
Edited by: 890922 on 05-Jun-2012 00:52

I've used Webdav over SSL ever since i started using webdav :)
Infact many of my web servers are entirely ssl

Similar Messages

  • Using WebDav with Bea repository.

    Hallo!
    Have anyone integrated WebDav with Weblogic Portal Repository?
    I need short description how to create WebDav repository on WL 10.0.
    I tried follow the "BEAWebLogic Portal Content Management
    Guide" instructions but my repository is still not working as WebDav repository.
    I hope to find someone who can give me some knowledge.
    Best regards
    Hubert.

    No, the Repository would be used instead of CVS.
    David

  • How to use webdav with netbeans

    Hi,
    Sorry for the wrong forum but i don't found anything in the www about this...
    I don't want to register at the netbeans forum so if there is anyone who know some hints
    I would appreciate this.
    regards,
    Olek

    Hi Olek
    I Have a working WebDAV setup with tomcat 6.0
    the only problem is this only works on windows XP
    anyway here is the code,
        <servlet>
        <servlet-name>webdav</servlet-name>
        <servlet-class>org.apache.catalina.servlets.WebdavServlet</servlet-class>
        <init-param>
          <param-name>debug</param-name>
          <param-value>0</param-value>
        </init-param>
        <init-param>
          <param-name>listings</param-name>
          <param-value>true</param-value>
        </init-param>
        <!-- Uncomment this to enable read and write access -->
        <init-param>
          <param-name>readonly</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <!-- The mapping for the webdav servlet -->
      <!-- Using /* as the mapping ensures that jasper, welcome files etc are
           over-ridden and all requests are processed by the webdav servlet.
           This also overcomes a number of issues with some webdav clients
           (including MS Webfolders) that do not respond correctly
    to the
           redirects (302) that result from using a mapping of / -->
      <servlet-mapping>
        <servlet-name>webdav</servlet-name>
        <url-pattern>/*</url-pattern>
      </servlet-mapping>put that in your web.xml file
    and here is a basic example of how to use it in a jsp.
    <%
    String networkPath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath() + "/";
    %>
    <body onload="document.getElementById('anchor').click();">
        <a id="anchor" href="<%= networkPath %>Temp/Test/file.doc" folder= "<%= networkPath/Temp/Test/">
               Open in Web Folder View
        </a>
    </body>Hope this helps you

  • WebDAv with Iplanet Webserver 4.1

    Hi,
    I want use Webdav with Iplanet Webserver 4.1 for publication . It's
    possible ?
    Regards,
    herve

    I tried this with apache slide.
    With no luck.
    I think the problem was due to not being able to configure a servlet to
    receive the http request for the urls from the web dav root.
    For example.
    http://mserver/dav
    may be the root
    then you would have a file at
    http://mserver/dav/files/etc
    I could not configure the servlet in the rules.properties file to say
    /dav/* is servlets WebdavServlet.
    However you can do this with tomcat and I hope now that iWS 6.0 supports the
    web.xml for deploying servlets that you now will be able to do this.
    If you get this working I would like to know how you did it.
    Warwick
    "herve Merdrignac" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I want use Webdav with Iplanet Webserver 4.1 for publication . It's
    possible ?
    Regards,
    herve

  • WebDav with changed folder

    Hi together
    I have enabled on my Mac mini server with OS X 10.6.4 WebDAV over SSL. Everything works fine.
    What I missing or I do not know is, how to done the following:
    I want the standard folder "Library\Web...\..." leave. In addition, I would like to access on the second internal hard drive a further folder. Can I do this with aliases and if so, what have i to do? Thank you for your help.
    Regards
    Hermann

    I tried this with apache slide.
    With no luck.
    I think the problem was due to not being able to configure a servlet to
    receive the http request for the urls from the web dav root.
    For example.
    http://mserver/dav
    may be the root
    then you would have a file at
    http://mserver/dav/files/etc
    I could not configure the servlet in the rules.properties file to say
    /dav/* is servlets WebdavServlet.
    However you can do this with tomcat and I hope now that iWS 6.0 supports the
    web.xml for deploying servlets that you now will be able to do this.
    If you get this working I would like to know how you did it.
    Warwick
    "herve Merdrignac" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I want use Webdav with Iplanet Webserver 4.1 for publication . It's
    possible ?
    Regards,
    herve

  • Integrating cFolders with Portal-KM using WebDAV manager

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

  • Time machine backup on NAS using WebDav?

    Hi, I regularly use Time Machine to backup my mac on a NAS using my home network (Synology instructions are for configuration using the afp protocol). I have been travelling a lot lately and Time Machine backups on my NAS are not a choice. I’m using an external drive as a temporary strategy until back home. Anybody knows if it is possible to configure Time machine to backup on a NAS using WebDav protocol? If so, how to do it?
    I appreciate any information / help with this.

    Extremely unlikely. 
    It is possible to use Back to my Mac to back up to a Time Capsule over the Internet, but many folks can't get it to work; even when it does, it's very slow.
    I've never seen any posts about it being done to any other Internet destination.

  • Can't upload files using webDAV

    hi guys. i have a bit of a frustrating problem. im trying to upload zip file (~50MB) to a file hosting site (in.solit.us specifically) and i'm using webDAV to do so. i have no problem connecting to and mounting the server, but whenever i try and add anything to the dav disk it give me the error:
    "you cannot copy some of the items to the destination because their names are too long or contain invalid characters for the destination."
    i freaking hate this error message, whenever i get it it is so unwarranted. my zip file is titled "one.zip"... so no the name isn't too long or any such thing. the compressed files inside this zip file are also of similar length and composition. when i try and upload anything, even a smaller (regularly named) doc file, finder gives me the same error. what's more, when i try and create a new folder within the dav drive the "new folder" icon pops up for a few seconds then immediately disappears. which is kind of funny because when i then try and create another new folder it names it "new folder 2" -- which then subsequently disappeared as well. last time something like this happened to me it was a problem with the disk automatically ejecting itself after a couple of seconds. this does not seem to be the case here, console reads:
    "Feb 11 18:55:45 localhost webdavd[1641]: /Volumes/dav mounted"
    and then, when i manually eject it:
    "Feb 11 19:15:17 localhost webdavd[1641]: /Volumes/dav unmounted"
    console does not lie.
    any help would be much appreciated

    Hi Bilinbaja,
    I am not sure if you are using FTP to upload the files, however this error can sometimes refer to a hardware issue. Please try to toggle the hardware acceleration by right clicking on a item using the flash plug in and selecting settings.
    Please let us know if this improves the performance as well as if this also happens on other computers, or if it still happens after you delete cache and cookies. Each browser has its own cache, Firefox's cache may also be longer. [[How to clear the Firefox cache]]
    Did this help? We look forward to your reply.

  • Using OSE with SSL

    Hello,
    I'm trying to use Oracle Servlet Engine (Oracle SE 8.1.7.3) for HTTP+SSL connexion WITHOUT APACHE.
    I already managed to configure OSE this way
    in initxxx.ora :
    mts_dispatchers="(ADDRESS=(PROTOCOL=TCP)(HOST=myhost.mydomain)(PORT=8092)(DISP=1))(PRE=http://mywebdomain)"
    Then I created the service with the sess_sh utilitie .After loading my java classes and publishing my servlets, it works
    fine (for instance, I access my servlet Hello with the URL
    http://myhost.mydomain:8092/Hello )
    Now , to do the same thing in SSL (something like "https://myhost.mydomain:9092/Hello", I tried the following modification :
    mts_dispatchers="(ADDRESS=(PROTOCOL=TCPS)(HOST=myhost.mydomain)(PORT=9092))(DISP=1)(PRE=http://mywebdomain)"
    (+ adding the corresponding entry in sess_sh)
    The problem is that it doesn't work : my web browser says that the
    tcp connection wes interrupted, and I got a TNS-12560 and a
    TNS-00540 in a dxxx_xxxxx.trc file in bdump
    Howerver, it MUST be possible : the manual "Oracle Servlet Engine User's Guide Release 3 (8.1.7)"
    (Part No. A83720-01) says "To support HTTPS, associate an additional
    SSL endpoint to the Web service" (page 7-3)
    (This little line is the only doc I have been able to found about OSE+SSL !!!)
    Is someone knows the solution ? ( I mean ORACLE+OSE+SSL+ NO APACHE )
    thank you,
    Laurent FRANCOISE

    I've used Webdav over SSL ever since i started using webdav :)
    Infact many of my web servers are entirely ssl

  • CC Shared Review using WebDAV not working on IIS

    I have a WebDAV IIS 7.5 server using basic authentication and I'm trying to use it with Acrobat 11.0.07. Acrobat creates folders on the WebDAV server but at a point after that and before the pdf has completed setup, Acrobat fails to authenticate.
    I have Charles setup and I can see the traffic and see the authentication work but then it appears Acrobat stops using the Charles proxy. It's at this point I sniff the packets see the server request authentication but Acrobat doesn't authenticate.
    Does anyone have any ideas what I'm doing wrong? What I can check?
    Thanks
    Doug

    Try using "Basic Authentication" as a test rather than Digest or something else.

  • Mass upload of contents in KM using WEBDAV

    hi all,
    plz do help me out with mass upload of contents in KM using WEBDAV .
    its urgent

    hi shailesh,
    1.If you want to transfer documents to KM,go to the folder "/documents",open its Detail dialog box.
    2.Go to Settings->Properties.Click on 'Access Links' tab.
    3.Copy the WebDAV url and paste it in your browser.Open your KM Folder as a Web Folder after authentication for your credentials is done.
    4.Copy the folders from your file system to the server just as you would copy folders in Windows File System.
    Also transfering of contents using WebDav only transfers the content,metadata is lost in the process
    Hope it helps,
    Srinath

  • Unable to add XML files to genericObjects Folders using Webdav - cFolders

    Hi All
    I am not able to add XML files to genericObjects Folders using Webdav in cFolders
    What could be the reason.. When I try to copy, it says "cant read from source file"
    Regards,
    Aby

    Yes.. I downloaded the ECN.XML file from se80, edited and then used "Uplload and replace"..
    Also I did the same thing to add some more vocabulary in the cfx text XML, so that it would reflect correctly to map with Additional attributes in the PDX profile.
    Regards,
    Aby

  • Regarding mass upload of contents in KM using WEBDAV

    hi all,
    plz do help me out with mass upload of contents in KM using WEBDAV .
    its urgent

    Hi,
    check this out.
    http://help.sap.com/saphelp_nw70/helpdata/en/42/e6753939033ee5e10000000a1553f7/frameset.htm
    You can install an application an upload files and folders.
    Regards
    Ismail

  • Problem while integrating windows file server into SAP KM using WEBDAV

    Hi
    I am trying to integrate windows file server into SAP KM using WEBDAV . I have downloaded the kerberos ini filter and included in the windows system. I am only trying to bring the files in the same system into KM but with no luck. When i check the log file in the kerberos folder i am getting
    <b>12:02:22 10828/10476 E OnPreprocHeaders: Found 0 UserPrincipalNames for ADSI Filter (&(objectCategory=person)(objectClass=user) (userPrincipalName=xxxx))</b>.
    In the log i am getting the following
    ERROR! Delegation Flag:Use any authentication protocol: NOT ACTIVE
                           Open 'Active directory Users and Computers'. Choose <domain> -> 'Computers'.
                           Right-click 'IDBSRV8' and choose 'Properties'.
                           Select 'Delegation' and 'Trust this computer for delegation to specified services only'.
                           Select 'Use any authentication protocol'.
                    ERROR! The Trusted-to-Authenticate-for-Delegation flag is not set for SPN 'HOST/idbsrv8.idbhq.org'.
                           Please check the SPN by calling 'setspn -l IDBSRV8'.
                           If the SPN is well known, configure the Trusted-to-Authenticate-for-Delegation flag:
                           Open 'Active directory Users and Computers'. Choose <domain> -> 'Computers'.
                           Right-click 'IDBSRV8' and choose 'Properties'.
                           Select 'Delegation' and 'Trust this computer for delegation to specified services only'.
                           Select 'Use any authentication protocol' and choose 'Add'.
                           Select 'Users or Computers' and enter IDBSRV8 as object name.
                           Add the ServicePrincipalName HOST/idbsrv8.idbhq.org.
    Can anybody please help me in this regard???
    Regards,
    Ganesh N
    Message was edited by:
            Ganesh Natarajan

    Hi Ganesh,
    this error message tells you that there is no user in your active directory that has the userPrincipalName xxxx.
    The SSO22KerbMapModule works as follows.
    1. It receives a SAP Logon Ticket from the WebDAV request.
    2. If valid the SAP username is extracted. In your case the SAP username is xxxx.
    3. It then searches for a user in AD. It does so using the attribute in the ini-file that has been specified to contain the SAP username. In your case the SAP username should be identical with the userPrincipalName.
    So you have to make sure that the portal user id (j_user) is mapped to the same AD user attribute  that is specified in the ini-file .
    Best regards,
    Andre

  • Exception while contributing content using webdav

    Hi All,
    Getting the below exception when i try to check in files using webdav (i.e. from windows explorer), not sure why this is happening ? please provide your inputs for troubleshooting this issue.
    Stellent Product Version: 7.5.2
    helperservice     04.28 00:11:13.716     IdcServerThread-290730     service exception in COLLECTION_CHECKIN_REVISION[23] -1 doService -1 !csDynHTMLArgumentMessage2,3,<$dAlias$>!syParameterNotFound,dAlias!$
    deprecation     04.28 00:11:13.719     IdcServerThread-290730     obsolete method SystemUtils.error() called, use err() instead-exception stack
    java.lang.Exception: obsolete method SystemUtils.error() called, use err() instead
         at intradoc.common.SystemUtils.reportDeprecatedUsage(SystemUtils.java:767)
         at intradoc.common.SystemUtils.error(SystemUtils.java:477)
         at webdavextension.WebdavHandler.doPutMethod(WebdavHandler.java:614)
         at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:336)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:128)
         at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:73)
         at intradoc.server.Service.doCodeEx(Service.java:674)
         at intradoc.server.Service.doCode(Service.java:656)
         at intradoc.server.Service.doAction(Service.java:580)
         at intradoc.server.Service.doActions(Service.java:425)
         at intradoc.server.Service.doRequest(Service.java:1860)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:350)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:162)
    Thanks,
    Bharani

    Hi
    syParameterNotFound,dAlias is the core reason why the checkin is failing .
    Looks to me that you have a metadata configured on your UCM instance with this name .
    So what you can do is to navigate to Administration - Folder Administration - Default Information Inherit - Check the option box for <dAlias metadata> - Update
    Set the value for this metadata from CS GUI for the Folder where the checkin is being done .
    Then checkin the content to this folder from WebDAV again .
    See if the issue still persists .
    Thanks
    Srinath

Maybe you are looking for

  • Permission problems with command line CVS and Java CVS App

    Greetings, I'm part of a moderately sized website development team which recently upgraded to MacBook Pros (dual core) running OS 10.4.9. One of the primary tools we use in our day to day work is the open source concurrent versioning system (CVS). We

  • HT4007 downloading aperture to a new device

    How do I download an application that I installed on my iMac on my new MacBook Air?

  • Change "MOVE-CORRESPONDING" statement to MOVE statement in FM

    Hello Guys, I have created a datasource based on FM standard template RSAX_BIW_GET_DATA. In the source code in this template, there is a LOOP statement and below that there is a "MOVE-CORRESPONDING" statement. LOOP AT g_t_select INTO l_s_select WHERE

  • Fill a entry in cluster in each step

    Hello everyone, i want to fill a kind of list (Cluster ?)  with a Number and a TF-Value. This functionality should be built in each step of my program. My goal is to add an entry (Number;TF) in a kind of list in each step. i tried to make this with a

  • Wireless router weak signal to PC

    I have a BEFW11S4 Wireless router and I have qwest DSL 2wire Modem/router. I have hooked up the system like the instructions say, However when I plug in to my PC it show a message that the signal to the PC is weak or not there. My install instruction