Jeng Yu wrote:
> Interestngly, the same RSA public encryption code with
> Bouncy Castle library works flawlessly when I develop
> it in Netbeans IDE and run it as a java application
> (not servlet). In servlet environment, it fails. Yes,
> I added cldc_classes.zip class library file from
> Bouncy Castle to compile the code.

Tomcat only loads '.jar' files. '.zip' files will be ignored. Rename
cldc_classes.zip to cdlc_classes.jar and you should be good to go.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to