You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ch...@email.unc.edu on 2003/03/05 21:05:51 UTC

Tomcat/JCE provider may not be installed. Algorithm DES not available

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


JCE provider

Posted by ch...@email.unc.edu.
I have LoginContext.login() exception,

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

How to configure JCE provider in TOMCAT? 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org