Note: If you are deploying the Administration Console on IBM WebSphere 7.0, see the instructions in Deploying Administration Console on IBM WebSphere 7.0 instead of the following instructions.
Administration Console is a browser-based interface to RiskMinder that enables you to customize the server configurations and manage the deployed system.
You need the arcotadmin.war file to deploy the RiskMinder Administration Console. All Administration Console information is logged in the arcotadmin.log file. After you deploy arcotadmin.war, you can verify if it was correctly deployed by using this log file (arcotadmin.log). This log file is in the %ARCOT_HOME%\Arcot Systems\logs directory.
Note: To manage RiskMinder by using Administration Console, ensure that Administration Console can access the system where RiskMinder Server is installed by its hostname.
To deploy the Administration Console WAR file on your application server, and to verify if it was successfully deployed, follow these steps:
Note: The deployment procedure depends on the application server that you are using. See your application server vendor documentation for detailed instructions.
For example, in the 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="arcotadminlog" 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/arcotadmin.log"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy-MM-dd hh:mm:ss,SSS z} : [%t] : %-5p : %-5c{3} : %m%n"/>
</layout>
<filter class="org.jboss.logging.filter.TCLMCFilter">
<param name="AcceptOnMatch" value="true"/>
<param name="DeployURL" value="arcotadmin.war"/>
</filter>
<!-- end the filter chain here -->
<filter class="org.apache.log4j.varia.DenyAllFilter"></filter>
</appender>
<category name="com.arcot"> <priority value="INFO" /> <appender-ref ref="arcotadminlog"></appender-ref> </category> Add the following category for cryptographic operations: <category name="com.arcot.crypto.impl.NCipherCrypter"> <priority value="FATAL" /> <appender-ref ref="arcotadminlog"></appender-ref> </category>
<JBOSS_HOME>\lib\
|
File Name |
Location |
|---|---|
|
jboss-logging-jdk-2.1.1.GA.jar |
http://repo1.maven.org/maven2/org/jboss/logging/jboss-logging-jdk/2.1.1.GA/ |
|
jboss-logging-spi-2.1.1.GA.jar |
http://repo1.maven.org/maven2/org/jboss/logging/jboss-logging-spi/2.1.1.GA/ |
|
jboss-logging-log4j-2.1.1.GA.jar |
http://repo1.maven.org/maven2/org/jboss/logging/jboss-logging-log4j/2.1.1.GA/ |
<install_location>\Arcot Systems\logs\
These lines indicate that your Administration Console was deployed successfully.
When you log in to Administration Console for the first time, use the Master Administrator (MA) credentials that are configured automatically in the database during the deployment.
To log in to Administration Console as MA:
http://<host>:<appserver_port>/arcotadmin/masteradminlogin.htm
Note: The host and port information that you specify in the preceding URL must be of the application server where you deployed Administration Console.
For example, in case of Apache Tomcat, the default host is localhost and port is 8080.
|
Copyright © 2013 CA.
All rights reserved.
|
|