此内容没有您所选择的语言版本。
19.9. Configure JBoss Authentication
Procedure 19.4. Task
- Locate the
juddi.propertiesfile inSOA_ROOT/jboss-as/server/PROFILE/deploy/juddi-service.sar/juddi.war/WEB-INF. Open it in your text editor. - Add the following lines to the file:
uddi.auth=org.apache.juddi.auth.JBossAuthenticator juddi.securityDomain=java:/jaas/otherThe juddi.authenticator property connects theJbossAuthenticatorclass to the jUDDI Registry's Authenticator framework. Thejuddi.security.domaintellsJBossAuthenticatorwhere it can find the Application Server's security domain. It uses this domain to perform the authentications.Note that JBoss creates one security domain for each application policy element in theSOA_ROOT/jboss-as/server/PROFILE/conf/login-config.xmlfile. These domains are bound to the server JNDI tree with this name:java:/jaas/<application-policy-name>. (If a look-up refers to a non-existent application policy, a policy namedotherwill be used by default.) - Save the file and exit.