I'm evaluating TSPlus and I have a situation where Remote Desktop connect but REMOTEAPP does not work
I made a Config Backup when it was working BUT even after Restore the Remote App does NOT work
Remote Desktop Can't connect for one of these reasons...
I'm using HTML5
RemoteApp NOT working
Re: RemoteApp NOT working
Hello,
Did you change the default port used for web services in the admin tool / web tile ? If that is so you will need to edit this file to add the new port.
Find and locate the remoteapp2.js file here and edit it with notepad : C:\Program Files (x86)\TSplus\Clients\www\software
Change the port in this field, save the file, restart the web services and refresh your client browser (default port is 443):
// Remote Desktop Server
var remoteapp2_server = '';
var remoteapp2_port = '443';
Did you change the default port used for web services in the admin tool / web tile ? If that is so you will need to edit this file to add the new port.
Find and locate the remoteapp2.js file here and edit it with notepad : C:\Program Files (x86)\TSplus\Clients\www\software
Change the port in this field, save the file, restart the web services and refresh your client browser (default port is 443):
// Remote Desktop Server
var remoteapp2_server = '';
var remoteapp2_port = '443';
Olivier
TSplus support team administrator

TSplus support team administrator
