首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

Confluence3.4.5的装配&破解&汉化

2012-09-01 
Confluence3.4.5的安装&破解&汉化1下载&解压1.1?下载???3.2?数据库连接准备工作3.2.1将mysql驱动程序放到

Confluence3.4.5的安装&破解&汉化

1下载&解压

1.1?下载

???

3.2?数据库连接准备工作

3.2.1将mysql驱动程序放到相应目录

<!-- 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.

5、confluence汉化

Confluence自启动脚本)

本文出自 “滕赖赖的技术小窝” 博客,转载请与作者联系!

热点排行