--- Mark Thomas <[EMAIL PROTECTED]> wrote: > 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
Hi Mark! Thanks a lot. This suggestion from you solved the problem. 'Preciate it, dude! Jeng --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]