Re: How to write a custom realm?

2007-10-12 Thread quanxin zhu
Thanks Very Much for your help! 2007/10/11, Tim Funk <[EMAIL PROTECTED]>: > > With any luck - this will be accurate enough: > > http://www.jroller.com/funkman/entry/howto_create_a_realm_in > > -Tim > > > On Wednesday 10 October 2007, quanxin zhu wrote: > >

How to write a custom realm?

2007-10-10 Thread quanxin zhu
Hi, Everyone, Where could I find the document of how to write a custom realm? Many Thanks! zhu

Re: ??: could two tomcat servers have mutual authentication?

2007-09-25 Thread quanxin zhu
etProperty("javax.net.ssl.keyStorePassword",password); 2007/9/24, quanxin zhu <[EMAIL PROTECTED]>: > > ok, I know. > Thx a lot! > > > 2007/9/24, Mark Thomas <[EMAIL PROTECTED]>: > > > > quanxin zhu wrote: > > > Could you explain it in detail? >

Re: ??: could two tomcat servers have mutual authentication?

2007-09-24 Thread quanxin zhu
ok, I know. Thx a lot! 2007/9/24, Mark Thomas <[EMAIL PROTECTED]>: > > quanxin zhu wrote: > > Could you explain it in detail? > > You have written the code to call a web service. You need to write > additional code to pass a certificate. > > > where could

Re: 答复: could two tomcat servers have mutual authentication?

2007-09-23 Thread quanxin zhu
, why cannot it transfer the certification to other tomcat servers for authentication? zhu quan xin 2007/9/24, Mark Thomas <[EMAIL PROTECTED]>: > > quanxin zhu wrote: > > I am using certification for client authentication, so yale CAS is not > what > > I want. > >

Re: 答复: could two tomcat servers have mutual authentication?

2007-09-23 Thread quanxin zhu
gt; Can you refer the Chinese book named 《Agile Acegi、CAS-Architecting and > Developing Secure Java Systems》 written by me? > > Thx. > > > > -邮件原件- > 发件人: quanxin zhu [mailto:[EMAIL PROTECTED] > 发送时间: 2007年9月24日 9:16 > 收件人: users@tomcat.apache.org > 主题: c

could two tomcat servers have mutual authentication?

2007-09-23 Thread quanxin zhu
I setup a tomcat server 1 using client authentication, and deployed a webservice on it. So, when invoke the webservice, a certification is needed. In server 2 , I want a servlet to invoke the webservice in server 1. could server 2 automatically provide its certification to tomcat 1 when invoke web