Audit Manager Installation GuideOverview | ||||||||||
| Added: | ||||||||||
| > > |
The ACE Audit manager is a web portal to monitor the integrity of any collection you specify. The manager will register any new files found in addition to checking the integrity of files in a collection during an audit. | |||||||||
RequirementsBefore you begin, you will need to have the following software installed:
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
FilesThe following files are needed to install the Audit Manager
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
Quick Setup | ||||||||||
| Added: | ||||||||||
| > > |
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.20 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database aceam; Query OK, 1 row affected (0.01 sec) mysql> grant all on aceam.* to 'aceam'@'localhost' identified by 'YOUR_PASSWORD'; Query OK, 0 rows affected (0.00 sec) mysql> use aceam; Database changed mysql> source ace.sql; ERROR 1146 (42S02): Table 'aceam.ACTIVITY_LOG_ENTRY' doesn't exist ERROR 1146 (42S02): Table 'aceam.ACTIVITY_LOG_ENTRY' doesn't exist ... ... Query OK, 0 rows affected (0.00 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> exit ByeThe ace.sql listed is the file from above. Set YOUR_PASSWORD to a password to use for this database.
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" maxActive="20" maxIdle="10" maxWait="-1" name="jdbc/aceamdb" testOnBorrow="true" type="javax.sql.DataSource" url="jdbc:mysql://localhost/aceam" username="aceam" validationQuery="SELECT 1" password="YOUR_PASSWORD" />Change the password from YOUR_PASSWORD to whatever you used above. Place a copy of the mysql-connector-java-5.0.XX-bin.jar in your TOMCAT/lib directory.
| |||||||||
| Changed: | ||||||||||
| < < |
-- MikeSmorul - 21 Jul 2008 | |||||||||
| > > |
| |||||||||
| ||||||||||
| Added: | ||||||||||
| > > |
| |||||||||
Audit Manager Installation Guide | ||||||||
| Line: 12 to 12 | ||||||||
|---|---|---|---|---|---|---|---|---|
Files | ||||||||
| Added: | ||||||||
| > > |
The following files are needed to install the Audit Manager
| |||||||
Quick Setup-- MikeSmorul - 21 Jul 2008 | ||||||||
| Added: | ||||||||
| > > |
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Audit Manager Installation GuideOverviewRequirementsBefore you begin, you will need to have the following software installed:
FilesQuick Setup-- MikeSmorul - 21 Jul 2008 | |||||||