Bugs item #565437, was opened at 2002-06-06 17:35 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=565437&group_id=22866
Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Pete Beck (wimflam) Assigned to: Scott M Stark (starksm) Summary: Catalina/SSL config problems Initial Comment: In the JBoss base documentation and JBoss 3 quickstart documentation, an example is given on how to configure catalina with SSL. However these examples are broken in JBoss 3.0 final. The problem is, the name attribute of the JaasSecurityManagerService MBEAN is set to "jboss.security:name=JaasSecurityManager" When you create the JaasSecurityDomain MBEAN needed for SSL, by default it looks up the old name: "Security:name=JaasSecurityManager" This causes JBoss to fall over when it starts up. You can correct it in the config file by adding: <attribute name="SecurityManagerService">jboss.security:name=Jaa sSecurityManager</attribute> to the JaasSecurityDomain MBEAN. To fix this problem, either the docs need to be ammended, or the default value of OBJECT_NAME in org.jboss.security.plugins.JaasSecurityManagerServiceMBean needs to be changed ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=565437&group_id=22866 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
