Re: webdav servlet - embedding and customized access

2013-11-15 Thread Mark Thomas
On 14/11/2013 20:18, Ioan Eugen Stan wrote: Hello there, I have to implement a webdav server integrated with my Java application and I wish to know if I can use tomcat Webdav Servlet. I have some accounts, each account with it's own space and it's own users. I wish to give users access to

Re: webdav servlet - embedding and customized access

2013-11-15 Thread Ioan Eugen Stan
Hello Mark, Thank you for the fast reply. I would very much appreciate if you could provide some pointers on how I can achieve the security part. Just enough to have some starting points. Planning to use Apache Shiro for security. I'm considering embedding tomcat in Apache Karaf. I don't know if

Help needed with SpnegoAuthenticator authentication

2013-11-15 Thread chris
Any help with this would be very much appreciated. We are trying to proof of concept this to return the remote user's domain login name to use it in a Web application. Attempting to use a keytab method to hopefully negate any requirement for exposing the kerberos principal delegate in any server

Re: [OT] minIdle not being enforced and connections are getting closed instead of returning to the pool

2013-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srikanth, On 11/15/13, 2:36 AM, Srikanth wrote: I was unwrapping each connection before returning it using the below piece of code. con = ds.getConnection().unwrap(oracle.jdbc.OracleConnection.*class*); *return* con; As explained by

Re: Help needed with SpnegoAuthenticator authentication

2013-11-15 Thread André Warnier
chris wrote: ... When testing see Log dump --- Nov 14, 2013 10:04:50 PM org.apache.catalina.authenticator.SpnegoAuthenticator authenticate SEVERE: Unable to login as the service principal javax.security.auth.login.LoginException: Unable to obtain password from user at