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.  WebDAV Security - no response

    Posted 10/10/03 04:23 PM

    Tamino 4141
    WebDAV 415
    Sun Solaris 9

    When I setup the security for WebDAV like inodavconfig.sh install security and then start the webDAV server, the server is not accessible, actualy, its not running. Instead I get a catalina.out with two java exceptions in my logs-folder. I configured my server.xml to “os” and adpted my web.xml to the users I use in my OS. What could be the error??


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: WebDAV Security - no response

    Posted 10/10/03 04:52 PM

    Hi,

    please add the option
    -d64
    to CATALINA_OPTS and try again.

    Regards,
    Martin


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: WebDAV Security - no response

    Posted 10/13/03 10:06 AM

    Martin, great - it works. I have added “-d64” in the install.sh to the line CATALINA_OPTS=“$CATALINA_OPTS -Xms50M -Xmx200M -d64” like this. That was the idea of it? But what does this do actually?
    Thanks a lot!
    Sacki


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: WebDAV Security - no response

    Posted 10/13/03 10:32 AM

    Hi,

    Solaris 9 is a 64bit OS. The -d64 option tells the VM to use 64 bit libraries, which is important for non Java components (as security is).

    Regards,
    Martin


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: WebDAV Security - no response

    Posted 10/14/03 05:27 PM



    Sorry, just realized that it wasn’t install.sh but inodav.sh where I made my changements. Hope there was no confusion.
    Sacki


    #API-Management
    #Tamino
    #webMethods