AuthMinder can access user data either from a relational database (RDBMS) or directly from an LDAP server:
You need the file arcotuds.war to deploy the User Data Service (UDS). This file is available at:
<install_location>/arcot/java/webapps/
To deploy User Data Service:
Note: The deployment procedure depends on the application server that you are using. Refer to your application server vendor documentation for detailed instructions.
For example, in case of Apache Tomcat, you must deploy the WAR file at <APP_SERVER_HOME>/webapps/.
<JBOSS_HOME>/common/lib
<JBOSS_HOME>/server/default/conf/
<appender name="arcotudslog" class="org.apache.log4j.RollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"></errorHandler>
<param name="Threshold" value="INFO"/>
<param name="MaxFileSize" value="10MB"/>
<param name="MaxBackupIndex" value="100"/>
<param name="Encoding" value="UTF-8"/>
<param name="Append" value="true"/>
<param name="File" value="${arcot.home}/logs/arcotuds.log"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy-MM-dd hh:mm:ss,SSS z} : [%t] : %-5p : %-5c{3}(%L) : %m%n"/>
</layout>
<filter class="org.jboss.logging.filter.TCLMCFilter">
<param name="AcceptOnMatch" value="true"/>
<param name="DeployURL" value="arcotuds.war"/>
</filter>
<!-- end the filter chain here -->
<filter class="org.apache.log4j.varia.DenyAllFilter"></filter>
</appender>
<appender-ref ref="arcotudslog"></appender-ref>
<appender-ref ref="arcotudslog"></appender-ref>
<install_location>/arcot/logs
User Data Service (Version: 2.0.3) initialized successfully.
This line indicates that UDS was deployed successfully
Note: Check and resolve if there are any FATAL and ERROR messages, and review all the WARNING messages for unexpected conditions.
|
Copyright © 2013 CA.
All rights reserved.
|
|