追加问题描述
authd.conf文件配置
[GAuthServer]
type = tcp
port = 29200
address = 192.168.200.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 131072
tcp_nodelay = 1
listen_backlog = 10
accumulate = 131072
mtrace = /tmp/mtrace.authd
isec = 2
iseckey = 456
osec = 2
oseckey = 123
shared_key = 123456
[ThreadPool]
config = (1,1)(2,10)(3,1)(100,1)(101,1)(102,1)(0,1)
max_queuesize = 1048576
table.xml文件配置
<!-- MSSQL -->
<driver name="com.microsoft.jdbc.sqlserver.SQLServerDriver" />
<connection name="auth0" poolsize="8" url="jdbc:microsoft:sqlserver://192.168.200.1:1433;databasename=wm" username="sa" password="12345"/>
|