完美国际私服架设教程:rm –rf * /usr/local/jakarta-tomcat/5.5.9cp jakarta-tomcat-5.5.9.aumanager.tar.gz /usr/localcd /usr/localtar zxvf jakarta-tomcat-5.5.9.tar.gzkillall -9 javaIssue the following commands to start tomcat.执行如下命令启动tomcatcd /usr/local/Jakarta-tomcat-5.5.9/binstartup.shTo check if the tomcat is up, access the webmanager interface – https://x.x.x.254/monitor/ where x.x.x.254 if the internal IP of the aumanager.如果tomcat启动了,验证一下。转到控制界面:https://x.x.x.254/monitor/ 其中254是au管理器的内部ipConfigure the Account and Billing Database配置数据库The Account and Billing DB uses Windows 2003 for OS and MS SQL Server 2000 Enterprise Edition.Account 和Billing 数据库服务器使用WINDOWS2003 和 MS SQL 2000企业版Open the .sql files (mssql_table.sql and mssql_storedprocedure.sql) and run in the Query Analyser to build the database. Mssql_table.sql creates the database and the tables while mssql_storedprocedure.sql creates the stored procedure being used by the system. Remember delete all the comments before running the commands in the Query Analyzer.打开。sql文件(mssql_table.sql 和mssql_storedprocedure.sql)在查询分析器中运行脚本老建立数据库。Mssql_table.sql用来创建数据库和表,同时mssql_storedprocedure.sql用来创建存储过程。注意在查询分析器中运行命令时要删除所有的注释信息Once everything has been created, create user to access the database.当数据库创建好以后,接着创建用户控制数据库的用户account: fielvbindb: audbpermission: dbownerReconfigure AU Manager and AUTH Servers 配置服务器AU Manager 和 AUTH服务器Go to AU Manager and edit table.xml.转到AU Manager服务器 并编辑table.xml.文件cd /etc/vi table.xmlChange the IP of the database, database name, username and password. Save and exit.更改数据库的IP 数据库名称 用户名 密码 保存退出Go to AUTH and edit table.xml 转到AUTH服务器 编辑table.xml文件vi /export/auth/etc/table.xmlChange the IP of the database, database name, username and password. Save and exit.