I started a chemistry visualization and high performance computing 
project,
http://molstart.sourceforge.net/
and I would like to implement Kerberos logon capability in the program.

I installed Kerberos from MIT and try Kerberos login. 
It works well from stand alone Java application with
my own callback functions to handle login/password prompt silently,

% java Kerberos

But when I move the authentication part of code into web services on 
top of SOAP/http. Then I have trouble.
The login procedure is failed. Exception message said,

Authentication failed: JCE provider may not be installed. Algorithm DES 
not available

I use Tomcat server that is part of Sun JWSDP, jwsdp-1_0_01.
Could you please tell me how to fix this problem? It is weird, it works 
when not inside the web server environment.
Is there a setting problem in TOMCAT? Thanks!

Chengteh

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

Reply via email to