Carl Stalhood

Friday 28 September 2012

How to Hide Published Applications in web-interface?

Use the following steps to complete the task: 
1. Unzip the file Global.asax.zip. It contains the modified global.asax file for each Web Interface 5.x version. Make sure to use the correct one, otherwise compilation errors may occur.

2. To verify the version of Web Interface, check under Add/Remove Programs (or Programs and Features) for Citrix Web Interface component.

Note: Make sure to read the readme file for Web Interface Backup the global.asax file located in the Citrix/xenApp/ directory. For Web Interface 5.2, 5.3, and 5.4 only, be sure to back up global.asax.cs in the Citrix/XenApp/App_code directory by renaming the file as global.asax.old or moving the file out of the Inetpub directory.

3. Do not leave both (original and modified) global.asax files with the .cs extension in the same directory. Only leave the modified global.asax file. Otherwise, Web Interface generates an internal error during compilation. Place the attached global.asax file in the Citrix/XenApp directory.
For Web Interface 5.2, 5.3, and 5.4 only, place the global.asax.cs file in the Citrix/XenApp/App_code directory. For Web Interface 5.4 only, get the HiddenFoldersFilter.java and HiddenApplicationsFilter.java files from the WI_5.4 folder (inside the global.asax.zip file) and place them in the following location: C:\Inetpub\wwwroot\Citrix\XenApp\app_code\PagesJava\com\citrix\wi\pageutils Add the following line to the C:\Inetpub\wwwroot\Citrix/xenApp/conf/WebInterface.conf file: HiddenFolders= (example: HiddenFolders=\FolderA, \FolderB\SubFolderC)

Note: Make sure to place the backslash (\) before the folder name. - Or - HiddenApps= (example: HiddenApps=Calculator, Admin Tools) Save file and test.
Note: The entries in HiddenFolders= must contain unique folder names and cannot be a name which is a subset of an existing folder. For example, if two folders exist named “Folder” and “Folder2” and you intend to hide “Folder” by adding the entry “HiddenFolders=\Folder”, this makes “Folder2” inoperable. Instead, rename “Folder” to “Folder1” so “HiddenFolders=\Folder1” maintains its uniqueness.

Link to download zip file. http://www.thomaskoetzing.de/index.php?option=com_content&task=view&id=56&Itemid=96

No comments:

Post a Comment