Did you install the bc jar as lib/ext extension? -- I
have seen similar issues
with extensions on the classpath.
From: makarand sovani [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 25, 2005 5:43 PM
To: [email protected]
Subject: How to initialize bouncy castle libraries on Tomcat Startup ?We have a web services application which uses Tomcat + Axis + ws4j combination. Sometimes we get decryption failure while processing concurent encrypted messages. We believe this happens becuase the bouncy castle libraries do not get initialized fully.We would like to initialize WSSecurityEngine object completely upon Tomcat ( + axis) startup. This way the library will be initialized completely.Is there configuration we can specify in server-config.wsdd file which will process a handler or initialize library upon Tomcat startup. Something similar to load-on-startup parameter in web.xml file ?Any pointers will be appreciated.Thanks,Makarand
