Hello, I was wondering if there is a defined way to configuring tomcat to act as a kerberos client? I have a web application running within tomcat that would be accessing a kerberos secured service. My initial thought was that similar to other java based services, running a simple "kinit" to get the ticket and then running the webapp should do the trick, but that did not work as expected.
Any help will be greatly appreciated. Thanks, -- Swarnim