On (2003/08/28 11:09), Adrian Brock wrote: > You then configure a SecurityDomain to point at the keystore.
Note that, if you only intend to use the certificate for HTTPS, you should use the CoyoteConnector, not HttpConnector (which is deprecated). CoyoteConnector can't use your JAAS configuration, so you need to provide a CoyoteServerSocketFactory inside the Connector, to reference the keystore correctly. This is well covered in the JBoss-3.2.1 book. Ciao, Sheldon. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
