Salesforce

Executing RIA Applications via ClickOnce Using the Tomcat Web Requester (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Executing RIA Applications via ClickOnce Using the Tomcat Web Requester (Magic xpa 3.x)

To execute RIA applications via ClickOnce using the Tomcat Web requester, you need to access the MagicRIAApplications alias in the following way:

  1. Create a symbolic link named MagicRIAApplications from the CATALINA_HOME\webapps\ folder to the PublishedApplications folder.

  • Go to C:\Windows\System32\ and run cmd.exe with administrator rights.

  • Type the following in the CMD window: mklink <apache-tomcat-folder>\webapps\MagicRIAApplications <your path>\PublishedApplications

    For example:

    mklink "c:\Program Files (x86)\apache-tomcat\webapps\MagicRIAApplications" "c:\Program Files (x86)\MSE\PublishedApplications"

  1. Check that the MagicRIAApplications link folder was generated in the \webapps\ folder.

See also: Executing a Browser-Client Program on the GigaSpaces Middleware via the Tomcat Web Requester

Since version: 3.2

Reference
Attachment 
Attachment