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:
> >
Hi, Everyone,
Where could I find the document of how to write a custom realm?
Many Thanks!
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?
>
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
,
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.
> >
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
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