The configuration of RTX sending program

After writing the program through Tencent

1. The rtxserversdk2013formal.exe in 1 should be installed on the server where the program is located. Find RTXSSDK in the installation path, open it and find RtxSerberApi.ini, and open it with Notepad. Set RTX server IP (if the program server and RTX server are not on the same machine, it needs to be set, if the program and RTX are together, it is 127.0.0.1 or local ip). Then copy RtxSerberApi.ini and all the dll files in this folder to c:/windows/system32. Replace if necessary. Then go to the bin of the JDK installation directory and copy it again (very important). 

If it doesn't work, you can manually start tomcat alone to send it. You can also copy the previous file once under tomcat\bin to solve the problem by adding the tomcat service.

 2. In the installation directory of the RTX server, open SDKPorperty.xml and add a line under the ip address according to the original format, adding the IP address of the development machine 

<IPLimit Enable="1"> 

   <ip>127.0.0.1</ip> 

   <ip>Add the development machine IP</ip> 

</IPLimit> 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327060305&siteId=291194637