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.

 View Only
Expand all | Collapse all

How to find the author of a VR?

  • 1.  How to find the author of a VR?

    Posted Fri October 18, 2002 10:35 AM

    Hi,

    we would like to keep track of who made what changes to what content. Actually I believe that TWS314 keeps track in the version history and I would like to visualize this information on the client.
    For this I read the DAV:creator-displayname property on the VR. The property exists but is always empty although I enabled authentication by entering account information in tomcat-users.xml

    and adjusting web.xml.

    I understand that the security functionality is not yet available and I believe this may be the cause.

    Tell me that this is the right approach and will work with the ACL-enabled version and I am happy :slight_smile:
    If not, is it possible and how to do it?

    I’m sorry if you feel bothered prematurely. But once ACL becomes available my schedule will soon thighten up (as yours currently does I guess :slight_smile:
    Therefore I would like to know if I am on track with my approach.

    Thanks for your help
    Guido


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: How to find the author of a VR?

    Posted Fri October 18, 2002 05:19 PM

    Hi Guido,

    you are right! The next version of TWS will support security and the property DAV:creator-displayname of VRs will automatically contain the authenticated user.

    Of course, as TWS is based on the Apache/Jakarta products Tomcat and Slide, you could activate one of the available realm implementations (UserDatabaseRealm or SlideRealm) to obtain authentication - but it may become a bit tricky. Please refer to either the Tomcat documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html or the Slide mailing list at slide-user@jakarta.apache.org (archive at slide-user@jakarta.apache.org/)" target="_blank" rel="noopener nofollow ugc">http://www.mail-archive.com/slide-user@jakarta.apache.org/). The TWS-specific realm implementation will be available with the next release and will be easy to configure.

    Regards,
    Peter


    #webMethods
    #Tamino
    #API-Management