Confluence3.4.5的安装&破解&汉化
???
<!-- Logger is deprecated in Tomcat 5.5. Logging configuration for Confluence is specified in confluence/WEB-INF/classes/log4j.properties -->
3 Within the Context tags, directly after the opening <Context.../> line, insert the DataSource Resource tag:
<Resource name="jdbc/confluence" auth="Container" type="javax.sql.DataSource"?
??????? username="yourusername"
??? ??? password="yourpassword"
??????? driverClassName="com.mysql.jdbc.Driver"
??????? url="jdbc:mysql://localhost:3306/confluence?autoReconnect=true&useUnicode=true&characterEncoding=utf8"
??????? maxActive="15"
??????? maxIdle="7"
??????? validationQuery="Select 1" />
· Replace the username and password parameters with the correct values for your database
· In the url parameter, replace the word 'confluence' with the name of the database your confluence data will be stored in.
· If you plan to use non-latin characters, you will also need to add "&useUnicode=true&characterEncoding=utf8" on the end of the above URL. These options are not required for any database other than MySQL.
Confluence自启动脚本)
本文出自 “滕赖赖的技术小窝” 博客,转载请与作者联系!