G
gcsaustin
Is there a complete description of each available "option" in the shortcut command line and .2xa files compiled by the program?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DaMule said:Is there a way to specify the user name / password in the .2xa file itself. We have an application for the 2X server whereby we dont want the user to know their password.
DaMule said:Well that wasn't what I asked. Can I put those items into the .2xa file? My end users are my clients and I cannot be bothered to create an MSI for 300+ users whereby the passwords will change all the time. I want to use the web publishing piece to allow users to connect to our applications - but I need to specificy the credentials because I dont want them to know their account info. I can do this with the classic RDP client - can I do it with yours?
<APP xmlns:dt="urn:schemas-microsoft-com:datatypes">
<CONNECTION>
<PORT dt:dt="ui4">80</PORT>
<PRIMARYSERVER>remoto.campastro.com</PRIMARYSERVER>
<PROXY dt:dt="ui4">1</PROXY>
</CONNECTION>
<LOGON>
<AUTOLOGON>true</AUTOLOGON>
<USERNAME>myname</USERNAME>
<PASSWORD>mypassword</PASSWORD>
<DOMAIN>mydomain</DOMAIN>
</LOGON>
<STARTUP>
<PUBLISHEDAPP>#2</PUBLISHEDAPP>
<STARTMODE dt:dt="ui4">1</STARTMODE>
</STARTUP>
</APP>
nixu said:This feature, is in our the next client release.
nixu said:Check out the new 4.2 beta available here:
http://downloads.2x.com/AppServer-LoadBalancer/betaversion/
In this version you can find a 2XAGenerator command line application (2XAGen.exe).
This creates .2XA files with the parameters that it is given.
It also can encode the password in plain text and in jumbled format.
You should give it a try.
Regards
Nixu.