此内容没有您所选择的语言版本。
19.6. Configure XMLDocAuthentication
Procedure 19.2. Task
- Create a text file called
juddi-users.xml
and save it injbossesb-registry.sar
.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Save the file and exit.
- Add the file to the class-path.
- Open the
juddi.properties
file in your text editor (located inSOA_ROOT/jboss-as/server/PROFILE/deploy/juddi-service.sar/juddi.war/WEB-INF
). - Modify the file so that it looks like this:
juddi.authenticator = org.apache.juddi.auth.XMLDocAuthentication juddi.usersfile = juddi-users.xml
juddi.authenticator = org.apache.juddi.auth.XMLDocAuthentication juddi.usersfile = juddi-users.xml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Save the file and exit.