Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
visionx:faq [2020/06/05 14:24]
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
visionx:faq [2021/03/05 21:38]
admin
Line 42: Line 42:
 The problem might be that you are behind a proxy and VisionX isn't able to establish an Internet connection. The problem might be that you are behind a proxy and VisionX isn't able to establish an Internet connection.
  
-If you're behind a proxy, simply configure your proxy in the license wizard at the end or, if you forgot to configure your proxy, uninstall and install VisionX trial again. If you have technical skills, it's also possible to change the config.xml in: <​install_folder>/​rad/​server manually:+If you're behind a proxy, simply configure your proxy in the license wizard at the end or, if you forgot to configure your proxy, uninstall and install VisionX trial again. ​It's also possible to configure the proxy via **About...** dialog. The dialog can be opened in Help tab of VisionX login screen. The **Change license** button can be found in the lower left corner. This button allows setting the proxy server as well. 
 + 
 +If you have technical skills, it's also possible to change the config.xml in: <​install_folder>/​rad/​server manually. There'​s already a dummy proxy configuration:
  
 <file xml> <file xml>
Line 55: Line 57:
 </​http>​ </​http>​
 </​file> ​ </​file> ​
 +
 +Change it to your needs:
 +
 +<file xml>
 +<!-- http proxy settings -->
 +<​http>​
 +  <proxy enabled="​true">​
 +    <​host>​192.168.x.x</​host>​
 +    <​port>​3128</​port>​
 +    <​username>​optional</​username>​
 +    <​password>​optional</​username>​
 +  </​proxy>​
 +</​http>​
 +</​file> ​
 +
 +It's important to change the enabled property to "​true"​. The host can be configured with hostname or IP address. The username and password are optional.
  
 ==== How long is the trial period? ==== ==== How long is the trial period? ====
Line 74: Line 92:
 The trial version is a full-blown VisionX enterprise. All features are enabled during the trial period, except it is not possible/​allowed to deploy applications created with the trial version or to use such applications in production environments. The applications can be opened with IDEs like Eclipse, but the deployment won't work. The trial version is a full-blown VisionX enterprise. All features are enabled during the trial period, except it is not possible/​allowed to deploy applications created with the trial version or to use such applications in production environments. The applications can be opened with IDEs like Eclipse, but the deployment won't work.
  
 +==== Change license without re-install? ====
 +It's possible to change the used license directly in VisionX, without re-installation. Simply logout (**Main** menu -> Logout) of VisionX. Navigate to the Help tab, on the main screen. Open the **About...** dialog and press the button **Change license**. The button can be found in the lower left corner of the dialog. Enter your license information and login in again. ​
 +
 +The default username and password is **admin**.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information