How to setup Client authentication SSL in tomcat

2007-09-21 Thread zhu quanxin
Hi, everyone I setup two tomcat servers. Server 1 is using client authentication, I set the server.xml like this: and I deployed a web service on it. when I visit the service, the server ask me to give out the client certification. That means client authentication worked. Server 2 is not usi

Re: Programmic login to tomcat using username and password

2007-09-05 Thread zhu quanxin
xample a servlet), it could not work. I think I could not get the instance of realm in tomcat server. do you have a better idea about programmic login, and how to write it? Thanks a lot~ zhu quanxin 2007/9/6, Dave <[EMAIL PROTECTED]>: > I think this feature is very basic. Everyth

Re: Programmic login to tomcat using username and password

2007-09-05 Thread zhu quanxin
hi,David, My aim is that tomcat could authenticate users without promoting any login form. I give out the userID and password in the servlet code. when users navagate the servlet page, they would login to tomcat as that userID identity. Thanks a lot! Zhu quanxin 2007/9/6, David Delbecq