Hi All
When the ARIS Web Client opens on the client's computer it uses the computer name of the server it is running on, is there a way to change this to use the IP of the server instead?
Because when it uses the name I cannot access the server, but it works when I use the IP address, so I would just like it to use the IP.
Thank you,
Freddy
André Vitor Oliveira on
1st Stop the ARIS Server ..
and open the directory:
c:\program files\server\html\app\aris_database.html
Edit the aris_database.html with notepad, looking for:
// connect data
new Array("appserver", args['appserver'] ? args['appserver'] : 'Your_server_name_here'),
new Array("iiopport",'16070'),
new Array("sslport" '0'),
new Array("usessl", 'false'),
Change the ... : 'Your_server_name_here'),... to your IP Address and Re-Start your ARIS Server...
Let me know if it's works...
BR,