Please disregard my previous post.
Further investigation has uncovered that the version of Tomcat used in
JWSDP1.1 is in fact 4.1.2 (which suffers from bug #9944). I will
obviously now deploy my test web service to an installation of Tomcat
4.1.24 and see what new problems await me!
But, from the lack of responses to my first post, am I correct in
guessing that not many people are using the JAAS realm in Tomcat? Is
anyone willing to discuss the merits or otherwise of using JAAS???
> Hi there,
>
[quoted text clipped - 16 lines]
>
> Your help will be very appreciated!!
Gilbert Pilz - 16 Aug 2003 23:07 GMT
> But, from the lack of responses to my first post, am I correct in
> guessing that not many people are using the JAAS realm in Tomcat? Is
> anyone willing to discuss the merits or otherwise of using JAAS???
"JAAS and Tomcat" is a topic that interests me, but I am just getting
started so I may not be able to contribute much to the conversation.
I am trying to build a B2B framework on top of Tomcat. I need to
authenticate the clients over SSL using their client-side cert. I want
to do some of my own checking of the cert before I allow the SSL
handshake to complete. When all is said and done I want to represent the
client's identity within Tomcat using something that implements
java.security.Principal. Does anybody have any experience with this sort
of thing? Any pointers, references, hints, etc. would be greatly
appreciated.
- gilbert