Re: Single Sign On(SSO) problem

2005-03-13 Thread xue daoming
Thanks Guillaume Lederrey!
I try it, and it works!
Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Single Sign On(SSO) problem

2005-03-10 Thread xue daoming
Hi, All

How to config Single Single Sign On(SSO) in Tomcat? I read Tomcat
document, but I can't find information about it. Is something I miss?
Anybody carried out that can help me?
 
Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help - Byte [] to String

2005-03-09 Thread xue daoming
I think you can do as just below:
byte[] buf  = x509certificate.getPublicKey().getEncoded();
String s = new String(buf);


On Thu, 10 Mar 2005 02:35:03 + (GMT), Sanjeev Srivastava
[EMAIL PROTECTED] wrote:
 Hi All
 
 Can anybody tell me how to convert this Byte [] to
 String..
 
 byte[] buf =
 x509certificate.getPublicKey().getEncoded();
 
 Please help
 
 Thanks,
 Sanjeev
 
 Send instant messages to your online friends http://uk.messenger.yahoo.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]