Is there any way in the Tomcat/JBossWeb SSL configuration to indicate a security provider? I have a situation where I have a hardware SSL accelerator that has it's own JCE provider, but the only way I can currently use it with Tomcat/JBossWeb is to configure it as my default security provider (configure it as 'security.provider.1' in the java.security file)... Unfortunately, I can't currently configure my security this way, because I use encryption in other parts of my app that are not compatable with the accelerator...
In code, it's easy to specify an alternate provider, however I need someway in Tomcat's server.xml file to enter this information, and I'm not sure if that exists as-is... M View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864459#3864459 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864459 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
