ECM default database is hsql, want to replace it with MySQL, looked at the configuration file, found that webapps/ECM/WEB-INF/conf directory has a mysql-database-configuration.xml file, all we have to do is make the configuration under this directory. the XML file contains this file. The location is approximately 105 rows of the file:
<! -- <Import> war:/CONF/database-configuration.xml </import> -->
<Import> war:/CONF/mysql-database-configuration.xml </import>
Modify the MySQL database configuration information in the mysql-database-configuration.xml file, and put the MySQL driver under the Common/lib directory, re-start ECM error.
The log indicates that the org. aspectj. Lang. Signature Class cannot be found, and you do not know what it means. The jar package of aspectj is downloaded. this class is found in jar, so aspectjrt. jar is stored in the exo-Tomcat/common/lib directory. After ECM is started, the system table is automatically created and runs normally.