WebDAV Security - no response

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??

Hi,

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

Regards,
Martin

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

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



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